BundleConfigImportValidate::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
The entity type manager service. |
BundleEntityFormBase |
class |
core/lib/Drupal/Core/Entity/BundleEntityFormBase.php |
Class BundleEntityFormBase is a base form for bundle config entities. |
BundleEntityFormBase.php |
file |
core/lib/Drupal/Core/Entity/BundleEntityFormBase.php |
|
BundleEntityFormBase::protectBundleIdElement |
function |
core/lib/Drupal/Core/Entity/BundleEntityFormBase.php |
Protects the bundle entity's ID property's form element against changes. |
BundleEntityStorageInterface |
interface |
core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php |
A storage that supports entities with bundle specific classes. |
BundleEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php |
|
BundleEntityStorageInterface::getBundleFromClass |
function |
core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php |
Retrieves the bundle name for a provided class name. |
cache.entity |
service |
core/core.services.yml |
Drupal\Core\Cache\CacheBackendInterface |
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if config overrides set cacheability metadata on config entities. |
CacheableMetadataCalculationTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php |
The entity type manager. |
CacheableUnprocessableEntityHttpException |
class |
core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php |
A cacheable UnprocessableEntityHttpException. |
CacheableUnprocessableEntityHttpException.php |
file |
core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php |
|
CacheableUnprocessableEntityHttpException::__construct |
function |
core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php |
|
cache_context.entity_test_view_grants |
service |
core/modules/system/tests/modules/entity_test/entity_test.services.yml |
Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext |
Callbacks::entityTestFormValidate |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
Callbacks::entityTestFormValidateCheck |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
ChainEntityResolver |
class |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
Resolver delegating the entity resolution to a chain of resolvers. |
ChainEntityResolver.php |
file |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
|
ChainEntityResolver::$resolvers |
property |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
The concrete resolvers. |
ChainEntityResolver::addResolver |
function |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
Adds an entity resolver. |
ChainEntityResolver::resolve |
function |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
Returns the local ID of an entity referenced by serialized data. |
ChainEntityResolver::__construct |
function |
core/modules/serialization/src/EntityResolver/ChainEntityResolver.php |
Constructs a ChainEntityResolver object. |
ChainEntityResolverInterface |
interface |
core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php |
An interface for delegating an entity resolution to a chain of resolvers. |
ChainEntityResolverInterface.php |
file |
core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php |
|
ChainEntityResolverInterface::addResolver |
function |
core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php |
Adds an entity resolver. |
ChainEntityResolverTest |
class |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests Drupal\serialization\EntityResolver\ChainEntityResolver. |
ChainEntityResolverTest.php |
file |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
ChainEntityResolverTest::$testData |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Test data passed to the resolve method. |
ChainEntityResolverTest::$testEntityType |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A test entity type. |
ChainEntityResolverTest::$testNormalizer |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A mocked normalizer. |
ChainEntityResolverTest::createEntityResolverMock |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Creates a mock entity resolver. |
ChainEntityResolverTest::setUp |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
ChainEntityResolverTest::testResolverWithFirstResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver first. |
ChainEntityResolverTest::testResolverWithLastResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver last. |
ChainEntityResolverTest::testResolverWithNoneResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers. |
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers, using addResolver. |
ChainEntityResolverTest::testResolverWithResolvedToZero |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method where one resolver returns 0. |
ChangeUserRoleBase::$entityType |
property |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
The user role entity type. |
ChooseBlockController::$entityTypeManager |
property |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
The entity type manager. |
CKEditor5MediaController::$entityRepository |
property |
core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php |
The entity repository. |
CKEditor5MediaController::mediaEntityMetadata |
function |
core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php |
Returns JSON response containing metadata about media entity. |
ClaroEntityDisplayTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Runs EntityDisplayTest in Claro. |
ClaroEntityDisplayTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
|
ClaroEntityDisplayTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Modules to install. |
ClaroEntityDisplayTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
|
ClaroEntityDisplayTest::testEntityForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
ClaroEntityDisplayTest::testEntityView |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
ClaroEntityDisplayTest::testExtraFields |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
claro_preprocess_entity_add_list |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for entity_add_list. |
Comment::getCommentedEntity |
function |
core/modules/comment/src/Entity/Comment.php |
Returns the entity to which the comment is attached. |