Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 10.3.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
EntityFormBuilderTest::testGetForm function core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php Tests the getForm() method.
EntityFormDisplay::buildForm function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Adds field widgets to an entity form.
EntityFormDisplayEditForm::buildFieldRow function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Builds the table row structure for a single field.
EntityFormDisplayInterface::buildForm function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Adds field widgets to an entity form.
EntityFormInterface::buildEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Builds an updated entity object based upon the submitted form values.
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.
EntityLabel::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityLabel.php Default options form that provides the label widget that all fields
should have.
EntityLink::$build property core/modules/comment/src/Plugin/views/field/EntityLink.php Stores the result of parent entities build for all rows to reuse it later.
EntityLink::buildOptionsForm function core/modules/comment/src/Plugin/views/field/EntityLink.php Default options form that provides the label widget that all fields
should have.
EntityLink::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityLink.php Default options form that provides the label widget that all fields
should have.
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 Instantiates a new instance of this entity handler.
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::getLabel function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the label of an entity.
EntityListBuilder::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Provides an array of information to build a list of operation links.
EntityListBuilder::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the entity storage.
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 Loads entities of this type from storage for listing.
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.
EntityListBuilderInterface.php file core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php
EntityListBuilderInterface::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Provides an array of information to build a list of operation links.
EntityListBuilderInterface::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Gets the entity storage.
EntityListBuilderInterface::load function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Loads entities of this type from storage for listing.
EntityListBuilderInterface::render function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Builds a listing of entities for the given entity type.
EntityListBuilderTest class core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Tests entity list builder functionality.
EntityListBuilderTest class core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @coversDefaultClass \Drupal\entity_test\EntityTestListBuilder
@group Entity
EntityListBuilderTest.php file core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php Contains \Drupal\Tests\Core\Entity\EntityListBuilderTest.
EntityListBuilderTest.php file core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
EntityListBuilderTest::$container property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The service container used for testing.
EntityListBuilderTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php The theme to install as the default for testing.
EntityListBuilderTest::$entityListBuilder property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The EntityListBuilder object to test.
EntityListBuilderTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity type used for testing.
EntityListBuilderTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The module handler used for testing.
EntityListBuilderTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php Modules to enable.
EntityListBuilderTest::$redirectDestination property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The redirect destination service.
EntityListBuilderTest::$role property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The entity used to construct the EntityListBuilder.

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