Search for build
- Search 7.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
EntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
EntityListBuilder::__construct | function | core/ |
Constructs a new EntityListBuilder object. |
EntityListBuilderInterface | interface | core/ |
Defines an interface to build entity listings. |
EntityListBuilderInterface.php | file | core/ |
|
EntityListBuilderInterface::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
EntityListBuilderInterface::getStorage | function | core/ |
Gets the entity storage. |
EntityListBuilderInterface::load | function | core/ |
Loads entities of this type from storage for listing. |
EntityListBuilderInterface::render | function | core/ |
Builds a listing of entities for the given entity type. |
EntityListBuilderTest | class | core/ |
Tests entity list builder functionality. |
EntityListBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityListBuilder @group Entity |
EntityListBuilderTest.php | file | core/ |
Contains \Drupal\Tests\Core\Entity\EntityListBuilderTest. |
EntityListBuilderTest.php | file | core/ |
|
EntityListBuilderTest::$container | property | core/ |
The service container used for testing. |
EntityListBuilderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityListBuilderTest::$entityListBuilder | property | core/ |
The EntityListBuilder object to test. |
EntityListBuilderTest::$entityType | property | core/ |
The entity type used for testing. |
EntityListBuilderTest::$moduleHandler | property | core/ |
The module handler used for testing. |
EntityListBuilderTest::$modules | property | core/ |
Modules to enable. |
EntityListBuilderTest::$redirectDestination | property | core/ |
The redirect destination service. |
EntityListBuilderTest::$role | property | core/ |
The entity used to construct the EntityListBuilder. |
EntityListBuilderTest::$roleStorage | property | core/ |
The role storage used for testing. |
EntityListBuilderTest::$translationManager | property | core/ |
The translation manager used for testing. |
EntityListBuilderTest::setUp | function | core/ |
|
EntityListBuilderTest::setUp | function | core/ |
|
EntityListBuilderTest::testCacheContexts | function | core/ |
Tests that the correct cache contexts are set. |
EntityListBuilderTest::testCacheTags | function | core/ |
Tests if the list cache tags are set. |
EntityListBuilderTest::testGetOperations | function | core/ |
@covers ::getOperations |
EntityListBuilderTest::testPager | function | core/ |
Tests paging. |
EntityModerationForm::buildForm | function | core/ |
Form constructor. |
EntityOperations::$formBuilder | property | core/ |
The Form Builder service. |
EntityOperations::$routerBuilder | property | core/ |
The router builder service. |
EntityOperations::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
EntityOperations::entityFormEntityBuild | function | core/ |
Entity builder that marks all supported entities as pending revisions. |
EntityPermissionsForm::buildForm | function | core/ |
Builds the user permissions administration form for a bundle. |
EntityReference::buildOptionsForm | function | core/ |
Provide a form for setting options. |
EntityReference::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
EntityReferenceFormatterTest::buildRenderArray | function | core/ |
Sets field values and returns a render array. |
EntityResource::buildWrappedResponse | function | core/ |
Builds a response with the appropriate wrapped document. |
EntityRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
EntityStorageBase::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
EntityTest::$entityViewBuilder | property | core/ |
The mocked entity view builder. |
EntityTestListBuilder | class | core/ |
Defines a class to build a listing of entity test entities. |
EntityTestListBuilder.php | file | core/ |
|
EntityTestListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
EntityTestListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
EntityTestPermissions::buildPermissions | function | core/ |
Returns a list of entity test permissions for a given entity test bundle. |
EntityTestViewBuilder | class | core/ |
Defines an entity view builder for a test entity. |
EntityTestViewBuilder | class | core/ |
Test entity class for testing a view builder. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.