67 string references to 'Entity'

CommentBreadcrumbBuilder::applies in core/modules/comment/src/CommentBreadcrumbBuilder.php
Whether this breadcrumb builder should be used to build the breadcrumb.
CommentBreadcrumbBuilder::build in core/modules/comment/src/CommentBreadcrumbBuilder.php
Builds the breadcrumb.
comment_tokens in core/modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_token_info in core/modules/comment/comment.tokens.inc
Implements hook_token_info().
comment_token_info in core/modules/comment/comment.tokens.inc
Implements hook_token_info().
ConfigEntityBaseUnitTest::testAddDependency in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
@covers ::addDependency
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
config_test.dynamic.dotted.default.yml in core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml
core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml
config_test.dynamic.dotted.default.yml in core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml
core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml
ContentEntityBaseUnitTest::testTypedData in core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
Tests each condition in EntityBase::getTypedData().
DCOM58Test::testIssueWithNamespacesOrImports in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
EntityAccessChecker::checkRevisionViewAccess in core/modules/jsonapi/src/Access/EntityAccessChecker.php
Checks access to the given revision entity.
EntityBase::toUrl in core/lib/Drupal/Core/Entity/EntityBase.php
Gets the URL object for the entity.
EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy in core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
Provides test data for ::testIsSatisfiedBy().
EntityDataDefinition::createFromDataType in core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
Creates a new data definition object.
EntityDataDefinition::getDataType in core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
Returns the data type of the data.
EntityDisplayModeBaseUnitTest::setUp in core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php
EntityFieldTest::doTestIntrospection in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::testEntityConstraintValidation in core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityLabelTest::testEntityLabelCasing in core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php
Tests that entity type labels use sentence-case.
EntityModerationForm::buildForm in core/modules/content_moderation/src/Form/EntityModerationForm.php
Form constructor.
EntityModerationForm::submitForm in core/modules/content_moderation/src/Form/EntityModerationForm.php
Form submission handler.
EntityReferenceItem::onChange in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceItem::setValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
EntityReferenceTranslationDeriver::getDerivativeDefinitions in core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php
Gets the definition of all derivatives of a base plugin.
EntityResourcePostRouteSubscriber::onDynamicRouteEvent in core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php
Provides routes on route rebuild time.
EntityTest::setUp in core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php
EntityTypedDataDefinitionTest::testEntities in core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata about entities.
EntityTypedDataDefinitionTest::testEntityReferences in core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
Tests deriving metadata from entity references.
EntityTypeManager::__construct in core/lib/Drupal/Core/Entity/EntityTypeManager.php
Constructs a new Entity plugin manager.
EntityUrlTest::assertUrl in core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
Asserts that a given URL object matches the expectations.
EntityUuidConverter::applies in core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php
Determines if the converter applies to a specific route and variable.
ExtraFieldBlock::getEntity in core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
Gets the entity that has the field.
FieldBlock::getEntity in core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
Gets the entity that has the field.
FieldBlockTest::getTestBlock in core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
Instantiates a block for testing.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Tests to load field plugin definitions used in core's existing entities.
ImageItemTest::testImageItem in core/modules/image/tests/src/Kernel/ImageItemTest.php
Tests using entity fields of the image field type.
IncludeResolver::resolveIncludeTree in core/modules/jsonapi/src/IncludeResolver.php
Receives a tree of include field names and resolves resources for it.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity in core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php
Data provider for testGetSectionStorageForEntity().
LinkWidget::getUriAsDisplayableString in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Gets the URI without the 'internal:' or 'entity:' scheme.
options_allowed_values in core/modules/options/options.module
Returns the array of allowed values for a list field.
OverridesEntityForm::buildForm in core/modules/layout_builder/src/Form/OverridesEntityForm.php
Form constructor.
OverridesSectionStorage::getEntity in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
Gets the entity storing the overrides.
OverridesSectionStorageTest::testAccess in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::access @dataProvider providerTestAccess
OverridesSectionStorageTest::testDeriveContextsFromRoute in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::deriveContextsFromRoute
OverridesSectionStorageTest::testGetContexts in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::getContexts
OverridesSectionStorageTest::testGetContextsDuringPreview in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::getContextsDuringPreview
OverridesSectionStorageTest::testGetDefaultSectionStorage in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::getDefaultSectionStorage
OverridesSectionStorageTest::testGetTempstoreKey in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::getTempstoreKey
OverridesSectionStorageTest::testIsOverridden in core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php
@covers ::isOverridden
RelationshipRouteAccessCheck::access in core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php
Checks access to the relationship field on the given route.
TypedDataTest::testTypedDataValidation in core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
Tests typed data validation.
umami_preprocess_breadcrumb in core/profiles/demo_umami/themes/umami/umami.theme
Implements hook_preprocess_breadcrumb().
Url::fromEntityUri in core/lib/Drupal/Core/Url.php
Create a new Url object for entity URIs.
Url::fromUri in core/lib/Drupal/Core/Url.php
Creates a new Url object from a URI.
views.area.schema.yml in core/modules/views/config/schema/views.area.schema.yml
core/modules/views/config/schema/views.area.schema.yml
views.view.files.yml in core/modules/file/config/optional/views.view.files.yml
core/modules/file/config/optional/views.view.files.yml
views.view.remove_default_argument_skip_url.yml in core/modules/views/tests/fixtures/update/views.view.remove_default_argument_skip_url.yml
core/modules/views/tests/fixtures/update/views.view.remove_default_argument_skip_url.yml
views.view.taxonomy_term.yml in core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml
core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml
views.view.taxonomy_term.yml in core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml
core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml
views.view.taxonomy_translated_term_name_test.yml in core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_translated_term_name_test.yml
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_translated_term_name_test.yml
views.view.test_area_order.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml
views.view.test_entity_area.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml
views.view.test_token_view.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml
views_views_data in core/modules/views/views.views.inc
Implements hook_views_data().
WorkspaceSafeFormTrait::isWorkspaceSafeForm in core/modules/layout_builder/src/Form/WorkspaceSafeFormTrait.php
Determines whether the current form is safe to be submitted in a workspace.

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