access_check.entity |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityAccessCheck |
access_check.entity_bundles |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityBundleAccessCheck |
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 |
AccountProxy::loadUserEntity |
function |
core/lib/Drupal/Core/Session/AccountProxy.php |
Load a user entity. |
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/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::applies |
function |
core/lib/Drupal/Core/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/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a ProxyClass Drupal proxy object. |
AdminPathConfigEntityConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php |
Constructs a new EntityConverter. |
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. |
BasicControllerClass::exampleControllerWithEntityNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
BasicControllerClass::exampleControllerWithEntityUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
BreakLockLink::$entityTypeManager |
property |
core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php |
The entity type manager. |
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 |
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 |
|
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 enable. |
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. |
ConfigDependencyManager::createGraphConfigEntityDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php |
Creates a graph of config entity dependencies. |
ConfigEntityAdapter |
class |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Enhances EntityAdapter for config entities. |