access_check.entity |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityAccessCheck |
access_check.entity_create |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityCreateAccessCheck |
access_check.entity_create_any |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityCreateAnyAccessCheck |
access_check.entity_delete_multiple |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityDeleteMultipleAccessCheck |
AccountForm::buildEntity |
function |
core/modules/user/src/AccountForm.php |
Builds an updated entity object based upon the submitted form values. |
AccountProxy::loadUserEntity |
function |
core/lib/Drupal/Core/Session/AccountProxy.php |
Load a user entity. |
AddModerationConfigActionTest::testAddEntityTypeAndBundle |
function |
core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php |
|
AdminNegotiator::$entityTypeManager |
property |
core/modules/user/src/Theme/AdminNegotiator.php |
The entity type manager. |
AdminPathConfigEntityConverter |
class |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter. |
AdminPathConfigEntityConverter |
class |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Makes sure the unmodified ConfigEntity is loaded on admin pages. |
AdminPathConfigEntityConverter.php |
file |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
|
AdminPathConfigEntityConverter.php |
file |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
|
AdminPathConfigEntityConverter::$adminContext |
property |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
The route admin context to determine whether a route is an admin one. |
AdminPathConfigEntityConverter::$configFactory |
property |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
The config factory. |
AdminPathConfigEntityConverter::$container |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
The service container. |
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
The id of the original proxied service. |
AdminPathConfigEntityConverter::$service |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
The real proxied service, after it was lazy loaded. |
AdminPathConfigEntityConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::applies |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::convert |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Lazy loads the real service from the container. |
AdminPathConfigEntityConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a new EntityConverter. |
AdminPathConfigEntityConverter::__construct |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a ProxyClass Drupal proxy object. |
AllExceptHostEntity |
class |
core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php |
Allows access to all entities except for the host entity. |
AllExceptHostEntity.php |
file |
core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php |
|
AllExceptHostEntity::buildEntityQuery |
function |
core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php |
Builds an EntityQuery to get referenceable entities. |
AmbiguousEntityClassException |
class |
core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php |
Exception thrown if multiple entity types exist for an entity class. |
AmbiguousEntityClassException.php |
file |
core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php |
|
AmbiguousEntityClassException::__construct |
function |
core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php |
Constructs an AmbiguousEntityClassException. |
BaseFieldDefinition::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the ID of the entity type the field is attached to. |
BaseFieldDefinition::setTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Sets the ID of the type of the entity this field is attached to. |
BaseFieldOverrideResourceTestBase::$entity |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
|
BaseFieldOverrideResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
The tested entity type. |
BaseFieldOverrideResourceTestBase::createEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
Creates the entity to be tested. |
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
Returns the expected normalization of the entity. |
BaseFieldOverrideResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
Returns the normalized POST entity. |
BasicControllerClass::exampleControllerWithEntityNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
BasicControllerClass::exampleControllerWithEntityUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
BlockContentWorkspaceHandler::isEntitySupported |
function |
core/modules/workspaces/src/Entity/Handler/BlockContentWorkspaceHandler.php |
Determines if an entity should be tracked in a workspace. |
BreakLockLink::$entityTypeManager |
property |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
The entity type manager. |
BundleClassTest::testAmbiguousBundleClassExceptionEntityTypeRepository |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception is thrown if two entity types share the same bundle class. |
BundleClassTest::testBundleClassShouldExtendEntityClass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception thrown if a bundle class doesn't extend the entity class. |
BundleClassTest::testEntityClassNotTakenFromActiveDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests that a module can override an entity-type class. |
BundleClassTest::testEntityNoBundleSubclass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests making use of a custom bundle class for an entity without bundles. |
BundleClassTest::testEntitySubclass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests making use of a custom bundle class. |
BundleClassTest::testNoAmbiguousBundleClassExceptionSharingEntityClass |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks that no exception is thrown when two bundles share an entity class. |
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 |
|