Search for list
Title | Object type | File name | Summary |
---|---|---|---|
EntityType::getListCacheTags | function | core/ |
|
EntityType::hasListBuilderClass | function | core/ |
|
EntityType::setListBuilderClass | function | core/ |
|
EntityTypeInterface::getListBuilderClass | function | core/ |
Gets the list class. |
EntityTypeInterface::getListCacheContexts | function | core/ |
The list cache contexts associated with this entity type. |
EntityTypeInterface::getListCacheTags | function | core/ |
The list cache tags associated with this entity type. |
EntityTypeInterface::hasListBuilderClass | function | core/ |
Indicates if this entity type has a list class. |
EntityTypeInterface::setListBuilderClass | function | core/ |
Sets the list class. |
EntityTypeListener | class | core/ |
Reacts to entity type CRUD on behalf of the Entity system. |
EntityTypeListener.php | file | core/ |
|
EntityTypeListener::$entityFieldManager | property | core/ |
The entity field manager. |
EntityTypeListener::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
EntityTypeListener::$entityTypeManager | property | core/ |
The entity type manager. |
EntityTypeListener::$eventDispatcher | property | core/ |
The event dispatcher. |
EntityTypeListener::clearCachedDefinitions | function | core/ |
Clears necessary caches to apply entity/field definition updates. |
EntityTypeListener::onEntityTypeCreate | function | core/ |
|
EntityTypeListener::onEntityTypeDelete | function | core/ |
|
EntityTypeListener::onEntityTypeUpdate | function | core/ |
|
EntityTypeListener::onFieldableEntityTypeCreate | function | core/ |
|
EntityTypeListener::onFieldableEntityTypeUpdate | function | core/ |
|
EntityTypeListener::__construct | function | core/ |
Constructs a new EntityTypeListener. |
EntityTypeListenerInterface | interface | core/ |
Defines an interface for reacting to entity type creation, deletion, and updates. |
EntityTypeListenerInterface.php | file | core/ |
|
EntityTypeListenerInterface::onEntityTypeCreate | function | core/ |
Reacts to the creation of the entity type. |
EntityTypeListenerInterface::onEntityTypeDelete | function | core/ |
Reacts to the deletion of the entity type. |
EntityTypeListenerInterface::onEntityTypeUpdate | function | core/ |
Reacts to the update of the entity type. |
EntityTypeListenerInterface::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
EntityTypeListenerInterface::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
EntityTypeManager::getListBuilder | function | core/ |
|
EntityTypeManagerInterface::getListBuilder | function | core/ |
Creates a new entity list builder. |
EntityTypeManagerTest::testGetListBuilder | function | core/ |
Tests the getListBuilder() method. |
EntityTypeTest::testGetListBuilderClass | function | core/ |
Tests the getListBuilderClass() method. |
entity_bundle.listener | service | core/ |
Drupal\Core\Entity\EntityBundleListener |
entity_test_update.entity_schema_listener | service | core/ |
Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber |
entity_type.listener | service | core/ |
Drupal\Core\Entity\EntityTypeListener |
extension.list.module | service | core/ |
Drupal\Core\Extension\ModuleExtensionList |
extension.list.profile | service | core/ |
Drupal\Core\Extension\ProfileExtensionList |
extension.list.theme | service | core/ |
Drupal\Core\Extension\ThemeExtensionList |
extension.list.theme_engine | service | core/ |
Drupal\Core\Extension\ThemeEngineExtensionList |
ExtensionList | class | core/ |
Provides available extensions. |
ExtensionList.php | file | core/ |
|
ExtensionList::$addedPathNames | property | core/ |
A list of extension folder names directly added in code (not discovered). |
ExtensionList::$cache | property | core/ |
The cache. |
ExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
ExtensionList::$extensionInfo | property | core/ |
Static caching for extension info. |
ExtensionList::$extensions | property | core/ |
The cached extensions. |
ExtensionList::$infoParser | property | core/ |
The info parser. |
ExtensionList::$installProfile | property | core/ |
The install profile used by the site. |
ExtensionList::$moduleHandler | property | core/ |
The module handler. |
ExtensionList::$pathNames | property | core/ |
A list of extension folder names keyed by extension name. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.