Search for list

  1. Search 7.x for list
  2. Search 8.9.x for list
  3. Search 10.3.x for list
  4. Search 11.x for list
  5. Other projects
Title Object type File name Summary
EntityConstraintViolationListInterface::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given fields.
EntityConstraintViolationListInterface::getEntity function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php The entity which has been validated.
EntityConstraintViolationListInterface::getEntityViolations function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets violations flagged on entity level, not associated with any field.
EntityConstraintViolationListInterface::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Returns the names of all violated fields.
EntityConstraintViolationListTest class core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @coversDefaultClass \Drupal\Core\Entity\EntityConstraintViolationList[[api-linebreak]]
@group entity
EntityConstraintViolationListTest.php file core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list with composite constraints.
EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds an entity constraint violation list without composite constraints.
EntityConstraintViolationListTest::setupEntity function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php Builds the entity.
EntityConstraintViolationListTest::testFilterByFieldAccess function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFieldAccess[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFieldAccess[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFields function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFields[[api-linebreak]]
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints function core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @covers ::filterByFields[[api-linebreak]]
EntityDefinitionUpdateManager::$entityTypeListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity type listener service.
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The field storage definition listener service.
EntityDefinitionUpdateManager::getChangeList function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
EntityDefinitionUpdateManagerInterface::getChangeList function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Gets a list of changes to entity type and field storage definitions.
EntityDisplayModeListBuilder class core/modules/field_ui/src/EntityDisplayModeListBuilder.php Defines a class to build a listing of view mode entities.
EntityDisplayModeListBuilder.php file core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::$entityTypes property core/modules/field_ui/src/EntityDisplayModeListBuilder.php All entity types.
EntityDisplayModeListBuilder::buildHeader function core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::buildRow function core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::createInstance function core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::isValidEntity function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Filters entities based on their view builder handlers.
EntityDisplayModeListBuilder::load function core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::render function core/modules/field_ui/src/EntityDisplayModeListBuilder.php
EntityDisplayModeListBuilder::__construct function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Constructs a new EntityDisplayModeListBuilder object.
EntityFormModeListBuilder class core/modules/field_ui/src/EntityFormModeListBuilder.php Defines a class to build a listing of form mode entities.
EntityFormModeListBuilder.php file core/modules/field_ui/src/EntityFormModeListBuilder.php
EntityFormModeListBuilder::isValidEntity function core/modules/field_ui/src/EntityFormModeListBuilder.php Filters entities based on their form mode handlers.
EntityListBuilder class core/lib/Drupal/Core/Entity/EntityListBuilder.php Defines a generic implementation to build a listing of entities.
EntityListBuilder.php file core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::$entityType property core/lib/Drupal/Core/Entity/EntityListBuilder.php Information about the entity type.
EntityListBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity type ID.
EntityListBuilder::$limit property core/lib/Drupal/Core/Entity/EntityListBuilder.php The number of entities to list per page, or FALSE to list all entities.
EntityListBuilder::$storage property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity storage class.
EntityListBuilder::buildHeader function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds the header row for the entity listing.
EntityListBuilder::buildOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds a renderable list of operation links for the entity.
EntityListBuilder::buildRow function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds a row for an entity in the entity listing.
EntityListBuilder::createInstance function core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::ensureDestination function core/lib/Drupal/Core/Entity/EntityListBuilder.php Ensures that a destination is present on the given URL.
EntityListBuilder::getDefaultOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets this list's default operations.
EntityListBuilder::getEntityIds function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entity IDs using a pager sorted by the entity id.
EntityListBuilder::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::getTitle function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the title of the page.
EntityListBuilder::load function core/lib/Drupal/Core/Entity/EntityListBuilder.php
EntityListBuilder::render function core/lib/Drupal/Core/Entity/EntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
EntityListBuilder::__construct function core/lib/Drupal/Core/Entity/EntityListBuilder.php Constructs a new EntityListBuilder object.
EntityListBuilderInterface interface core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Defines an interface to build entity listings.

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