EntityTestBundleClassHooks |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Hook implementations for entity_test_bundle_class. |
EntityTestBundleClassHooks.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
|
EntityTestBundleClassHooks::entityBundleInfoAlter |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_bundle_info_alter(). |
EntityTestBundleClassHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_alter(). |
EntityTestBundleClassHooks::entityTypeBuild |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Hook/EntityTestBundleClassHooks.php |
Implements hook_entity_type_build(). |
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::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. |
EntityTypeInterface::getListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the list class. |
EntityTypeInterface::getOriginalClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the original entity type class. |
EntityTypeInterface::getRouteProviderClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets all the route provide handlers. |
EntityTypeInterface::getStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the storage class. |
EntityTypeInterface::getViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the view builder class. |
EntityTypeInterface::hasFormClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has any forms. |
EntityTypeInterface::hasHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Determines if there is a handler for a given type. |
EntityTypeInterface::hasListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has a list class. |
EntityTypeInterface::hasViewBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has a view builder. |
EntityTypeInterface::setAccessClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets the access control handler class. |
EntityTypeInterface::setFormClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets a form class for a specific operation. |
EntityTypeInterface::setHandlerClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets the handlers for a given type. |
EntityTypeInterface::setListBuilderClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets the list class. |
EntityTypeInterface::setStorageClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets the storage class. |