Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 10.3.x for list
  5. Other projects
Title Object type File name Summary
EntityTestListBuilder::buildRow function core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php Builds a row for an entity in the entity listing.
EntityType::$list_cache_contexts property core/lib/Drupal/Core/Entity/EntityType.php The list cache contexts for this entity type.
EntityType::$list_cache_tags property core/lib/Drupal/Core/Entity/EntityType.php The list cache tags for this entity type.
EntityType::getBundleListCacheTags function core/lib/Drupal/Core/Entity/EntityType.php The list cache tags associated with a specific bundle.
EntityType::getListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the list class.
EntityType::getListCacheContexts function core/lib/Drupal/Core/Entity/EntityType.php The list cache contexts associated with this entity type.
EntityType::getListCacheTags function core/lib/Drupal/Core/Entity/EntityType.php The list cache tags associated with this entity type.
EntityType::hasListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has a list class.
EntityType::setListBuilderClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the list class.
EntityTypeInterface::getBundleListCacheTags function core/lib/Drupal/Core/Entity/EntityTypeInterface.php The list cache tags associated with a specific bundle.
EntityTypeInterface::getListBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the list class.
EntityTypeInterface::getListCacheContexts function core/lib/Drupal/Core/Entity/EntityTypeInterface.php The list cache contexts associated with this entity type.
EntityTypeInterface::getListCacheTags function core/lib/Drupal/Core/Entity/EntityTypeInterface.php The list cache tags associated with this entity type.
EntityTypeInterface::hasListBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has a list class.
EntityTypeInterface::setListBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the list class.
EntityTypeListener class core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to entity type CRUD on behalf of the Entity system.
EntityTypeListener.php file core/lib/Drupal/Core/Entity/EntityTypeListener.php
EntityTypeListener::$entityFieldManager property core/lib/Drupal/Core/Entity/EntityTypeListener.php The entity field manager.
EntityTypeListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityTypeListener.php The entity last installed schema repository.
EntityTypeListener::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityTypeListener.php The entity type manager.
EntityTypeListener::$eventDispatcher property core/lib/Drupal/Core/Entity/EntityTypeListener.php The event dispatcher.
EntityTypeListener::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityTypeListener.php Clears necessary caches to apply entity/field definition updates.
EntityTypeListener::onEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to the creation of the entity type.
EntityTypeListener::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to the deletion of the entity type.
EntityTypeListener::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to the update of the entity type.
EntityTypeListener::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to the creation of the fieldable entity type.
EntityTypeListener::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListener.php Reacts to the update of a fieldable entity type.
EntityTypeListener::__construct function core/lib/Drupal/Core/Entity/EntityTypeListener.php Constructs a new EntityTypeListener.
EntityTypeListenerInterface interface core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Interface for entity type create, delete and update operations.
EntityTypeListenerInterface.php file core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php
EntityTypeListenerInterface::onEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the creation of the entity type.
EntityTypeListenerInterface::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the deletion of the entity type.
EntityTypeListenerInterface::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the update of the entity type.
EntityTypeListenerInterface::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the creation of the fieldable entity type.
EntityTypeListenerInterface::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the update of a fieldable entity type.
EntityTypeManager::getListBuilder function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new entity list builder.
EntityTypeManagerInterface::getListBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new entity list builder.
EntityTypeManagerTest::testGetListBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getListBuilder() method.
EntityTypeTest::testGetBundleListCacheTags function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the ::getBundleListCacheTags() method.
EntityTypeTest::testGetListBuilderClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getListBuilderClass() method.
entity_bundle.listener service core/core.services.yml Drupal\Core\Entity\EntityBundleListener
entity_test_update.entity_schema_listener service core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber
entity_type.listener service core/core.services.yml Drupal\Core\Entity\EntityTypeListener
EventWithPackageListTrait trait core/modules/package_manager/src/Event/EventWithPackageListTrait.php Common methods for pre- and post-require events.
EventWithPackageListTrait.php file core/modules/package_manager/src/Event/EventWithPackageListTrait.php
EventWithPackageListTrait::$devPackages property core/modules/package_manager/src/Event/EventWithPackageListTrait.php The dev packages to be required, in the form 'vendor/name:constraint'.
EventWithPackageListTrait::$runtimePackages property core/modules/package_manager/src/Event/EventWithPackageListTrait.php The runtime packages, in the form 'vendor/name:constraint'.
EventWithPackageListTrait::getDevPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the dev packages.
EventWithPackageListTrait::getKeyedPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets packages as a keyed array.
EventWithPackageListTrait::getRuntimePackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the runtime (i.e., non-dev) packages.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.