You are here

151 string references to entity_field.manager in Drupal 10

BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests editing a block type using the UI.
Comment::preCreate in core/modules/comment/src/Entity/Comment.php
CommentBundlesTest::setUp in core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentController::create in core/modules/comment/src/Controller/CommentController.php
Instantiates a new instance of this class.
CommentForm::create in core/modules/comment/src/CommentForm.php
Instantiates a new instance of this class.
CommentForm::__construct in core/modules/comment/src/CommentForm.php
Constructs a new CommentForm.
CommentStorage::createInstance in core/modules/comment/src/CommentStorage.php
Instantiates a new instance of this entity handler.
CommentTestTrait::addDefaultCommentField in core/modules/comment/src/Tests/CommentTestTrait.php
Adds the default comment field to an entity.
ConfigEntityBundleBase::postSave in core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php
Acts on a saved entity before the insert or update hook is invoked.
ConfigFieldDefinitionTest::testBundleFieldDefinition in core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
Makes sure a field definition is exposed for a configurable field.
ConfigFieldDefinitionTest::testFieldStorageDefinition in core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
Makes sure a field storage definition is exposed for a configurable field.
ContentEntity::create in core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php
Creates an instance of the plugin.
ContentEntityBase::getFieldDefinitions in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Gets an array of field definitions of all contained fields.
ContentEntityBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
ContentEntityStorageBase::createInstance in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
Instantiates a new instance of this entity handler.
ContentTranslationController::create in core/modules/content_translation/src/Controller/ContentTranslationController.php
Instantiates a new instance of this class.
ContentTranslationMetadataFieldsTest::testSetTranslatable in core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php
Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php
Tests skipping setting non translatable metadata fields.
ContentTranslationPendingRevisionTestBase::enableContentModeration in core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
Enables content moderation for the test entity type and bundle.
ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
Tests that the settings UI works as expected.
ContentTranslationUntranslatableFieldsTest::setUp in core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
content_moderation_workflow_insert in core/modules/content_moderation/content_moderation.module
Implements hook_ENTITY_TYPE_insert().
content_moderation_workflow_update in core/modules/content_moderation/content_moderation.module
Implements hook_ENTITY_TYPE_update().
content_translation_form_language_content_settings_submit in core/modules/content_translation/content_translation.admin.inc
Form submission handler for content_translation_admin_settings_form().
DateRangeFieldTest::testDatelistWidget in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests Date Range List Widget functionality.
DateRangeFieldTest::testDefaultValue in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
Tests default value functionality.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests Date List Widget functionality.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
Tests default value functionality.
DefaultHtmlRouteProvider::createInstance in core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
Instantiates a new instance of this entity handler.
DefaultSelection::create in core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
Creates an instance of the plugin.
EntityAdapterUnitTest::setUp in core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityBundleFieldTest::testCustomBundleFieldUsage in core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityBundleListenerTest::testOnBundleCreate in core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php
@covers ::onBundleCreate
EntityComment::create in core/modules/comment/src/Plugin/migrate/destination/EntityComment.php
Creates an instance of the plugin.
EntityContentBase::create in core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
Creates an instance of the plugin.
EntityDataDefinition::getPropertyDefinitions in core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
Gets an array of property definitions of contained properties.
EntityDefinitionTestTrait::applyEntityUpdates in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Applies all the detected valid changes.
EntityDefinitionTestTrait::doEntityUpdate in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Performs an entity type definition update.
EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Returns an entity type definition, possibly updated to be rev or mul.
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Returns the required rev / mul field definitions for an entity type.
EntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests installing an additional base field while installing an entity type.
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests creating a fieldable entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityDisplayBase::calculateDependencies in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::getFieldDefinitions in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Gets the definitions of the fields that are candidate for display.
EntityDisplayBase::init in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Initializes the display.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
@covers ::copyFormValuesToEntity
EntityDisplayModeBase::preDelete in core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
Acts on entities before they are deleted and before hooks are invoked.
EntityDisplayModeBase::preSave in core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
Acts on an entity before the presave hook is invoked.
EntityDisplayModeFormBase::save in core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
Form submission handler for the 'save' action.
EntityFieldTest::doTestIntrospection in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::testBaseFieldNonExistingBaseField in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Tests a base field override on a non-existing base field.
EntityFieldTest::testFieldOverrideBundleField in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Tests creating a field override config for a bundle field.
EntityFormDisplay::processForm in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
Process callback: assigns weights and hides extra fields.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayEditForm::create in core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
Instantiates a new instance of this class.
EntityModerationRouteProvider::createInstance in core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php
EntityReferenceAdminTest::setUp in core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceItem::propertyDefinitions in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Defines field item properties.
EntityReferenceTranslationDeriver::create in core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php
EntityTranslationTest::testFieldDefinitions in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
Check that field translatability is handled properly.
EntityTypedDataDefinitionTest::testEntities in core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about entities.
EntityTypeInfoTest::setUp in core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
EntityUser::create in core/modules/user/src/Plugin/migrate/destination/EntityUser.php
Creates an instance of the plugin.
EntityViewsData::createInstance in core/modules/views/src/EntityViewsData.php
entity_schema_test_entity_bundle_create in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_create().
entity_schema_test_entity_bundle_delete in core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
Implements hook_entity_bundle_delete().
ExtraFieldBlock::create in core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlockDeriver::create in core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
FieldableEntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
FieldAPIHandlerTrait::getEntityFieldManager in core/modules/views/src/FieldAPIHandlerTrait.php
Returns the entity field manager.
FieldBlockDeriver::create in core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
FieldConfigBase::postSave in core/lib/Drupal/Core/Field/FieldConfigBase.php
Acts on a saved entity before the insert or update hook is invoked.
FieldConfigEntityUnitTest::setUp in core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
FieldConfigListBuilder::createInstance in core/modules/field_ui/src/FieldConfigListBuilder.php
Instantiates a new instance of this entity handler.
FieldCrudTest::testCreateFieldCustomStorage in core/modules/field/tests/src/Kernel/FieldCrudTest.php
Tests creating a field with custom storage set.
FieldCrudTest::testFieldPropertyConstraints in core/modules/field/tests/src/Kernel/FieldCrudTest.php
Tests setting and adding property constraints to a configurable field.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Tests to load field plugin definitions used in core's existing entities.
FieldDefinitionTest::setUp in core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php
FieldItemTest::setUp in core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldLayoutBuilder::create in core/modules/field_layout/src/FieldLayoutBuilder.php
FieldLayoutEntityFormDisplayEditForm::create in core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php
Instantiates a new instance of this class.
FieldLayoutEntityViewDisplayEditForm::create in core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php
FieldMissingTypeTest::testFieldMissingType in core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
Tests the exception thrown when missing a field type in fields.
FieldMissingTypeTest::testFieldStorageMissingType in core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
Tests the exception thrown when missing a field type in field storages.
FieldStorageAddForm::create in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Instantiates a new instance of this class.
FieldStorageConfigEditForm::validateCardinality in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
Validates the cardinality.
field_entity_bundle_delete in core/modules/field/field.module
Implements hook_entity_bundle_delete().
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileOnTranslatedEntityTest::testSyncedFiles in core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
FileUploadResource::create in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
Creates an instance of the plugin.
FileWidget::validateMultipleCount in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form element validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
file_get_file_references in core/modules/file/file.module
Retrieves a list of references to a file.
ForumController::create in core/modules/forum/src/Controller/ForumController.php
Instantiates a new instance of this class.
Image::create in core/modules/media/src/Plugin/media/Source/Image.php
Creates an instance of the plugin.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Tests use of a default image with an image field.
ImageOnTranslatedEntityTest::testSyncedImages in core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
LayoutBuilderEntityViewDisplay::__construct in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Constructs an Entity object.
LayoutBuilderTest::testOverrides in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests functionality of Layout Builder for overrides.
LayoutBuilderTest::testPreserverEntityValues in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that the Layout Builder preserves entity values.
LayoutBuilderUiTest::testNewExtraField in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
Tests removing newly added extra field.
layout_builder_entity_view_alter in core/modules/layout_builder/layout_builder.module
Implements hook_entity_view_alter().
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
Tests widget settings.
MediaRouteProvider::createInstance in core/modules/media/src/Routing/MediaRouteProvider.php
Instantiates a new instance of this entity handler.
MediaSourceBase::create in core/modules/media/src/MediaSourceBase.php
MediaSourceTest::createMediaTypeViaForm in core/modules/media/tests/src/Kernel/MediaSourceTest.php
Creates a media type via form submit.
MediaTest::testNameBaseField in core/modules/media/tests/src/Kernel/MediaTest.php
Tests the Media "name" base field behavior.
MediaTypeForm::create in core/modules/media/src/MediaTypeForm.php
Instantiates a new instance of this class.
MediaUiJavascriptTest::testMediaTypes in core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
Tests a media type administration.
MenuUiNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
Tests creating, editing, deleting menu links via node form widget.
menu_ui_get_menu_link_defaults in core/modules/menu_ui/menu_ui.module
Returns the definition for a menu link for the given node.
MigrateEntityContentBaseTest::createDestination in core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php
Create the destination plugin to test.
ModerationStateNodeTest::testCreatingContent in core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
Tests creating and deleting content.
ModerationStateTestBase::enableModerationThroughUi in core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
Enable moderation for a specified content type, using the UI.
ModerationStateWidgetTest::testIsApplicable in core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php
@covers ::isApplicable
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Node::create in core/modules/node/src/Plugin/views/wizard/Node.php
Creates an instance of the plugin.
NodeCreationTest::testUnpublishedNodeCreation in core/modules/node/tests/src/Functional/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
NodeFieldOverridesTest::testFieldOverrides in core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php
Tests that field overrides work as expected.
NodeNewComments::create in core/modules/comment/src/Plugin/views/field/NodeNewComments.php
NodeType::postSave in core/modules/node/src/Entity/NodeType.php
Acts on a saved entity before the insert or update hook is invoked.
NodeTypeForm::create in core/modules/node/src/NodeTypeForm.php
OEmbed::create in core/modules/media/src/Plugin/media/Source/OEmbed.php
Creates an instance of the plugin.
OverrideSectionsTest::setUp in core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php
OverridesSectionStorage::create in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
PathLanguageTest::setUp in core/modules/path/tests/src/Functional/PathLanguageTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
RouteCachingLanguageTest::setUp in core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
SqlContentEntityStorage::createInstance in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Instantiates a new instance of this entity handler.
SqlContentEntityStorageTest::setUp in core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
Tables::__construct in core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
TemporaryJsonapiFileFieldUploaderTest::testCheckFileUploadAccessWithBaseField in core/modules/jsonapi/tests/src/Kernel/Controller/TemporaryJsonapiFileFieldUploaderTest.php
@covers ::checkFileUploadAccess
TermTest::testParentHandlerSettings in core/modules/taxonomy/tests/src/Functional/TermTest.php
The "parent" field must restrict references to the same vocabulary.
UserSelection::create in core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
UserViewsDataTest::setUp in core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php
user_picture_enabled in core/modules/user/user.module
Returns whether this site supports the default user picture feature.
ViewExecutableTest::testSerialization in core/modules/views/tests/src/Kernel/ViewExecutableTest.php
Tests serialization of the ViewExecutable object.
ViewsConfigUpdater::create in core/modules/views/src/ViewsConfigUpdater.php
ViewsQueryAlter::create in core/modules/workspaces/src/ViewsQueryAlter.php
views_entity_field_label in core/modules/views/views.views.inc
Returns the label of a certain field.
_comment_entity_uses_integer_id in core/modules/comment/comment.module
Determines if an entity type is using an integer-based ID definition.
_content_translation_form_language_content_settings_form_alter in core/modules/content_translation/content_translation.admin.inc
(proxied) Implements hook_form_FORM_ID_alter().
_content_translation_install_field_storage_definitions in core/modules/content_translation/content_translation.module
Installs Content Translation's fields for a given entity type.
_views_test_query_access_restrict_by_uuid in core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query.