Search for list
Title | Object type | File name | Summary |
---|---|---|---|
EntityTestListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
EntityType::$list_cache_contexts | property | core/ |
The list cache contexts for this entity type. |
EntityType::$list_cache_tags | property | core/ |
The list cache tags for this entity type. |
EntityType::getBundleListCacheTags | function | core/ |
The list cache tags associated with a specific bundle. |
EntityType::getListBuilderClass | function | core/ |
Gets the list class. |
EntityType::getListCacheContexts | function | core/ |
The list cache contexts associated with this entity type. |
EntityType::getListCacheTags | function | core/ |
The list cache tags associated with this entity type. |
EntityType::hasListBuilderClass | function | core/ |
Indicates if this entity type has a list class. |
EntityType::setListBuilderClass | function | core/ |
Sets the list class. |
EntityTypeInterface::getBundleListCacheTags | function | core/ |
The list cache tags associated with a specific bundle. |
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/ |
Reacts to the creation of the entity type. |
EntityTypeListener::onEntityTypeDelete | function | core/ |
Reacts to the deletion of the entity type. |
EntityTypeListener::onEntityTypeUpdate | function | core/ |
Reacts to the update of the entity type. |
EntityTypeListener::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
EntityTypeListener::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
EntityTypeListener::__construct | function | core/ |
Constructs a new EntityTypeListener. |
EntityTypeListenerInterface | interface | core/ |
Interface for entity type create, delete and update operations. |
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/ |
Creates a new entity list builder. |
EntityTypeManagerInterface::getListBuilder | function | core/ |
Creates a new entity list builder. |
EntityTypeManagerTest::testGetListBuilder | function | core/ |
Tests the getListBuilder() method. |
EntityTypeTest::testGetBundleListCacheTags | function | core/ |
Tests the ::getBundleListCacheTags() 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 |
EventWithPackageListTrait | trait | core/ |
Common methods for pre- and post-require events. |
EventWithPackageListTrait.php | file | core/ |
|
EventWithPackageListTrait::$devPackages | property | core/ |
The dev packages to be required, in the form 'vendor/name:constraint'. |
EventWithPackageListTrait::$runtimePackages | property | core/ |
The runtime packages, in the form 'vendor/name:constraint'. |
EventWithPackageListTrait::getDevPackages | function | core/ |
Gets the dev packages. |
EventWithPackageListTrait::getKeyedPackages | function | core/ |
Gets packages as a keyed array. |
EventWithPackageListTrait::getRuntimePackages | function | core/ |
Gets the runtime (i.e., non-dev) packages. |
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.