Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 8.9.x for class
- Search 10.3.x for class
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityTestBundleClass::$preCreateCount | property | core/ |
The number of times static::preCreate() was called. |
| EntityTestBundleClass::$preDeleteCount | property | core/ |
The number of times static::preDelete() was called. |
| EntityTestBundleClass::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| EntityTestBundleClass::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| EntityTestBundleClass::postLoad | function | core/ |
Acts on loaded entities. |
| EntityTestBundleClass::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| EntityTestBundleClass::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityTestBundleClassHooks | class | core/ |
Hook implementations for entity_test_bundle_class. |
| EntityTestBundleClassHooks.php | file | core/ |
|
| EntityTestBundleClassHooks::entityBundleInfoAlter | function | core/ |
Implements hook_entity_bundle_info_alter(). |
| EntityTestBundleClassHooks::entityTypeAlter | function | core/ |
Implements hook_entity_type_alter(). |
| EntityTestBundleClassHooks::entityTypeBuild | function | core/ |
Implements hook_entity_type_build(). |
| EntityTestUserClass | class | core/ |
A custom bundle class for the User entity. |
| EntityTestUserClass.php | file | core/ |
|
| EntityType::$decoratedClasses | property | core/ |
The list of the classes when overridden. |
| EntityType::$entity_type_class | property | core/ |
The class used to represent the entity type. |
| EntityType::$originalClass | property | core/ |
The name of the original entity type class. |
| EntityType::checkStorageClass | function | core/ |
Checks that the provided class is compatible with the current entity type. |
| EntityType::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityType::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityType::getDecoratedClasses | function | core/ |
Gets the list of all the classes for this entity type. |
| EntityType::getFormClass | function | core/ |
Gets the form class for a specific operation. |
| EntityType::getHandlerClass | function | core/ |
|
| EntityType::getHandlerClasses | function | core/ |
Gets an array of handlers. |
| EntityType::getListBuilderClass | function | core/ |
Gets the list class. |
| EntityType::getOriginalClass | function | core/ |
Gets the name of the original entity type class. |
| EntityType::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
| EntityType::getStorageClass | function | core/ |
Gets the storage class. |
| EntityType::getViewBuilderClass | function | core/ |
Gets the view builder class. |
| EntityType::hasFormClasses | function | core/ |
Indicates if this entity type has any forms. |
| EntityType::hasHandlerClass | function | core/ |
Determines if there is a handler for a given type. |
| EntityType::hasListBuilderClass | function | core/ |
Indicates if this entity type has a list class. |
| EntityType::hasViewBuilderClass | function | core/ |
Indicates if this entity type has a view builder. |
| EntityType::setAccessClass | function | core/ |
Sets the access control handler class. |
| EntityType::setClass | function | core/ |
Sets the class. |
| EntityType::setFormClass | function | core/ |
Sets a form class for a specific operation. |
| EntityType::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
| EntityType::setListBuilderClass | function | core/ |
Sets the list class. |
| EntityType::setStorageClass | function | core/ |
Sets the storage class. |
| EntityType::setViewBuilderClass | function | core/ |
Gets the view builder class. |
| EntityTypeInterface::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityTypeInterface::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityTypeInterface::getDecoratedClasses | function | core/ |
Gets the list of all the classes for this entity type. |
| EntityTypeInterface::getFormClass | function | core/ |
Gets the form class for a specific operation. |
| EntityTypeInterface::getHandlerClass | function | core/ |
|
| EntityTypeInterface::getHandlerClasses | function | core/ |
Gets an array of handlers. |
| EntityTypeInterface::getListBuilderClass | function | core/ |
Gets the list class. |
| EntityTypeInterface::getOriginalClass | function | core/ |
Gets the name of the original entity type class. |
| EntityTypeInterface::getRouteProviderClasses | function | core/ |
Gets all the route provide handlers. |
| EntityTypeInterface::getStorageClass | function | core/ |
Gets the storage class. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.