Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| field.storage.node.field_options_float.yml | file | core/ |
core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml |
| field.storage.node.field_preparation_time.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.field_preparation_time.yml |
| field.storage.node.field_recipe_category.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.field_recipe_category.yml |
| field.storage.node.field_recipe_instruction.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.field_recipe_instruction.yml |
| field.storage.node.field_single_media_type.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_single_media_type.yml |
| field.storage.node.field_summary.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.field_summary.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.field_tags.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.field_tags.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/profiles/standard/config/install/field.storage.node.field_tags.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/modules/system/tests/modules/olivero_test/config/install/field.storage.node.field_tags.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/tests/fixtures/recipes/article_tags/config/field.storage.node.field_tags.yml |
| field.storage.node.field_tags.yml | file | core/ |
core/recipes/article_tags/config/field.storage.node.field_tags.yml |
| field.storage.node.field_twin_media.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_twin_media.yml |
| field.storage.node.field_unlimited_media.yml | file | core/ |
core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml |
| field.storage.node.layout_builder__layout.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.node.layout_builder__layout.yml |
| field.storage.taxonomy_term.field_serialized_stuff.yml | file | core/ |
core/tests/fixtures/recipes/default_content_base/config/field.storage.taxonomy_term.field_serialized_stuff.yml |
| field.storage.user.user_picture.yml | file | core/ |
core/recipes/user_picture/config/field.storage.user.user_picture.yml |
| field.storage.user.user_picture.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml |
| field.storage.user.user_picture.yml | file | core/ |
core/profiles/standard/config/install/field.storage.user.user_picture.yml |
| field.storage.user.user_picture.yml | file | core/ |
core/modules/system/tests/modules/test_user_config/config/install/field.storage.user.user_picture.yml |
| field.uninstall_validator | service | core/ |
Drupal\field\FieldUninstallValidator |
| field.views.schema.yml | file | core/ |
core/modules/field/config/schema/field.views.schema.yml |
| Field::fields | function | core/ |
Returns available fields on the source. |
| Field::fields | function | core/ |
Returns available fields on the source. |
| Field::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Field::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| FieldableEntity::getEntityTranslationSourceLanguage | function | core/ |
Gets an entity source language from the 'entity_translation' table. |
| FieldableEntity::getFields | function | core/ |
Returns all non-deleted field instances attached to a specific entity type. |
| FieldableEntity::getFieldValues | function | core/ |
Retrieves field values for a single field of a single entity. |
| FieldableEntity::isEntityTranslatable | function | core/ |
Checks if an entity type uses Entity Translation. |
| FieldableEntityDefinitionUpdateTest | class | core/ |
Tests EntityDefinitionUpdateManager's fieldable entity update functionality. |
| FieldableEntityDefinitionUpdateTest.php | file | core/ |
|
| FieldableEntityDefinitionUpdateTest::$database | property | core/ |
The database connection. |
| FieldableEntityDefinitionUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
| FieldableEntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
| FieldableEntityDefinitionUpdateTest::$entityTypeId | property | core/ |
The ID of the entity type used in this test. |
| FieldableEntityDefinitionUpdateTest::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldableEntityDefinitionUpdateTest::$installedStorageSchema | property | core/ |
The key-value collection for tracking installed storage schema. |
| FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository | property | core/ |
The last installed schema repository service. |
| FieldableEntityDefinitionUpdateTest::$modules | property | core/ |
Modules to install. |
| FieldableEntityDefinitionUpdateTest::$testEntities | property | core/ |
An array of entities are created during the test. |
| FieldableEntityDefinitionUpdateTest::assertBackupTables | function | core/ |
Asserts that the backup tables have been kept after a successful update. |
| FieldableEntityDefinitionUpdateTest::assertBundleFieldSchema | function | core/ |
Asserts that the bundle field schema is correct. |
| FieldableEntityDefinitionUpdateTest::assertEntityData | function | core/ |
Asserts test entity data after a fieldable entity type update. |
| FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema | function | core/ |
Asserts revisionable and/or translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
| FieldableEntityDefinitionUpdateTest::assertRevisionable | function | core/ |
Asserts the revisionable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable | function | core/ |
Asserts the revisionable / translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertTranslatable | function | core/ |
Asserts the translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::insertData | function | core/ |
Generates test entities for the 'entity_test_update' entity type. |
Pagination
- Previous page
- Page 532
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.