EntityStorageDeprecationTest::testGetEntityClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php |
Tests the deprecation when accessing entityClass directly. |
EntityStorageDeprecationTest::testSetEntityClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityStorageDeprecationTest.php |
Tests the deprecation when setting entityClass directly. |
EntityStorageInterface::getEntityClass |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Retrieves the class name used to create the entity. |
EntityTestAmbiguousBundleClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php |
An ambiguous bundle class that is a subclass of two different entity classes. |
EntityTestAmbiguousBundleClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php |
|
EntityTestBundleClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The bundle class for the bundle_class bundle of the entity_test entity. |
EntityTestBundleClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
|
EntityTestBundleClass::$postCreateCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postCreate() was called. |
EntityTestBundleClass::$postDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postDelete() was called. |
EntityTestBundleClass::$postLoadCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postLoad() was called. |
EntityTestBundleClass::$postLoadEntitiesCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The size of the $entities array passed to each invocation of postLoad(). |
EntityTestBundleClass::$preCreateCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::preCreate() was called. |
EntityTestBundleClass::$preDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::preDelete() was called. |
EntityTestBundleClass::postCreate |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on a created entity before hooks are invoked. |
EntityTestBundleClass::postDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on deleted entities before the delete hook is invoked. |
EntityTestBundleClass::postLoad |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on loaded entities. |
EntityTestBundleClass::preCreate |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Changes the values of an entity before it is created. |
EntityTestBundleClass::preDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on entities before they are deleted and before hooks are invoked. |
EntityTestUserClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php |
A custom bundle class for the User entity. |
EntityTestUserClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php |
|
EntityType::$entity_type_class |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The class used to represent the entity type. |
EntityType::$originalClass |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the original entity type class. |
EntityType::checkStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Checks that the provided class is compatible with the current entity type. |
EntityType::entityClassImplements |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if the entity type class implements the given interface. |
EntityType::getAccessControlClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the access control class. |
EntityType::getFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the form class for a specific operation. |
EntityType::getHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
|
EntityType::getHandlerClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets an array of handlers. |
EntityType::getListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the list class. |
EntityType::getOriginalClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the original entity type class. |
EntityType::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets all the route provide handlers. |
EntityType::getStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the storage class. |
EntityType::getViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the view builder class. |
EntityType::hasFormClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has any forms. |
EntityType::hasHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Determines if there is a handler for a given type. |
EntityType::hasListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has a list class. |
EntityType::hasViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has a view builder. |
EntityType::isSubclassOf |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if the entity type is a subclass of the given class or interface. |
EntityType::setAccessClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the access control handler class. |
EntityType::setClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the class. |
EntityType::setFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a form class for a specific operation. |
EntityType::setHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the handlers for a given type. |
EntityType::setListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the list class. |
EntityType::setStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets the storage class. |
EntityType::setViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the view builder class. |
EntityTypeInterface::entityClassImplements |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if the entity type class implements the given interface. |
EntityTypeInterface::getAccessControlClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the access control class. |
EntityTypeInterface::getFormClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the form class for a specific operation. |
EntityTypeInterface::getHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
|
EntityTypeInterface::getHandlerClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets an array of handlers. |