Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
fieldset--media-library-widget.html.twig file core/themes/seven/templates/media-library/fieldset--media-library-widget.html.twig Theme override for the media library widget.
fieldset--media-library-widget.html.twig file core/themes/claro/templates/media-library/fieldset--media-library-widget.html.twig Theme override for the media library widget.
FieldSettingsTest::getSettingsProvider function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php Provides field settings for testGetSettings().
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.
FieldStorageAddForm::validateAddExisting function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 're-use existing field' case.
FieldStorageAddForm::validateAddNew function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 'add new field' case.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form validation handler.
FieldStorageConfig::$id property core/modules/field/src/Entity/FieldStorageConfig.php The field ID.
FieldStorageConfig::getOptionsProvider function core/modules/field/src/Entity/FieldStorageConfig.php Gets an options provider for the given field item property.
FieldStorageConfig::getProvider function core/modules/field/src/Entity/FieldStorageConfig.php Returns the name of the provider of this field.
FieldStorageConfig::getTargetEntityTypeId function core/modules/field/src/Entity/FieldStorageConfig.php Returns the ID of the entity type the field is attached to.
FieldStorageConfig::getTypeProvider function core/modules/field/src/Entity/FieldStorageConfig.php Returns the name of the module providing the field type.
FieldStorageConfig::getUniqueStorageIdentifier function core/modules/field/src/Entity/FieldStorageConfig.php Returns a unique identifier for the field storage.
FieldStorageConfig::id function core/modules/field/src/Entity/FieldStorageConfig.php Gets the identifier.
FieldStorageConfigEditForm::validateCardinality function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Validates the cardinality.
FieldStorageConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldStorageConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The UUID generator used for testing.
FieldStorageConfigEntityUnitTest::providerInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Data provider for ::testInvalidEnforcedCardinality()
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests invalid enforced cardinality.
FieldStorageConfigInterface::getTypeProvider function core/modules/field/src/FieldStorageConfigInterface.php Returns the name of the module providing the field type.
FieldStorageConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php The tested entity type.
FieldStorageConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php The tested entity type.
FieldStorageConfigUpdateForbiddenException class core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php Exception class thrown by hook_field_storage_config_update_forbid().
FieldStorageConfigUpdateForbiddenException.php file core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php
FieldStorageCrudTest::testUpdateForbid function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Test field type modules forbidding an update.
FieldStorageDefinitionInterface::getOptionsProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets an options provider for the given field item property.
FieldStorageDefinitionInterface::getProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the provider of this field.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageDefinitionInterface::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns a unique identifier for the field storage.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldTest::providerSortOrders function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides sort orders for clickSort() test methods.
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php The data provider.
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php The data provider.
FieldTest::providerTestPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides test data for testPrepareItemsByDelta().
FieldType::$default_widget property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin_id of the default widget for this field type.
FieldType::$id property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID.
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldUIDeleteTest class core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Tests deletion of a field and their dependencies in the UI.
FieldUIDeleteTest.php file core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
FieldUIDeleteTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php The theme to install as the default for testing.
FieldUIDeleteTest::$modules property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Modules to install.
FieldUIDeleteTest::$testViews property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Test views to enable
FieldUIDeleteTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
FieldUIDeleteTest::testDeleteField function core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Tests that deletion removes field storages and fields as expected.
FieldUiLocalTask::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The route provider.
FieldUiTest::$pathValidator property core/modules/field_ui/tests/src/Unit/FieldUiTest.php The path validator.
FieldUiTestTrait::fieldUIDeleteField function core/modules/field_ui/src/Tests/FieldUiTestTrait.php Deletes a field through the Field UI.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.