Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityLegacyTest | class | core/ |
Tests legacy entity functions. |
| EntityLegacyTest.php | file | core/ |
|
| EntityLegacyTest::$modules | property | core/ |
Modules to enable. |
| EntityLegacyTest::setUp | function | core/ |
|
| EntityLegacyTest::testEntityCreate | function | core/ |
Tests deprecation of the entity_create() function. |
| EntityLegacyTest::testEntityDeleteMultiple | function | core/ |
Tests that entity_delete_multiple triggers an error. |
| EntityLegacyTest::testEntityLegacyCode | function | core/ |
@expectedDeprecation entity_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadMultiple() method. See https://www.drupal.org/node/2266845 @expectedDeprecation entity_load() is… |
| EntityLegacyTest::testEntityLoadMultipleByProperties | function | core/ |
@expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910 |
| EntityLegacyTest::testEntityView | function | core/ |
@expectedDeprecation entity_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder($entity->getEntityTypeId())->view($entity, $view_mode, $langcode) instead. See… |
| EntityLegacyTest::testLegacyDisplayFunctions | function | core/ |
@expectedDeprecation entity_get_display() is deprecated in drupal:8.8.0. It will be removed before drupal:9.0.0. Use \Drupal::service('entity_display.repository')->getViewDisplay() instead. See… |
| EntityLink::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| EntityLink::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| EntityLink::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityLink::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityLinkOutputUrlUpdateTest | class | core/ |
Tests that the additional settings are added to the entity link field. |
| EntityLinkOutputUrlUpdateTest.php | file | core/ |
|
| EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EntityLinkOutputUrlUpdateTest::testViewsPostUpdateEntityLinkUrl | function | core/ |
Tests that the additional settings are added to the config. |
| EntityLinkTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Entity[[api-linebreak]] @group Entity |
| EntityLinkTest.php | file | core/ |
|
| EntityLinkTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| EntityLinkTest::$languageManager | property | core/ |
The mocked language manager. |
| EntityLinkTest::$linkGenerator | property | core/ |
The tested link generator. |
| EntityLinkTest::providerTestLink | function | core/ |
Provides test data for testLink(). |
| EntityLinkTest::setUp | function | core/ |
|
| EntityLinkTest::testLink | function | core/ |
Tests for the Entity::link() method |
| EntityLinkTest::testToLink | function | core/ |
Tests for the Entity::toLink() method |
| EntityListBuilder | class | core/ |
Defines a generic implementation to build a listing of entities. |
| EntityListBuilder.php | file | core/ |
|
| EntityListBuilder::$entityType | property | core/ |
Information about the entity type. |
| EntityListBuilder::$entityTypeId | property | core/ |
The entity type ID. |
| EntityListBuilder::$limit | property | core/ |
The number of entities to list per page, or FALSE to list all entities. |
| EntityListBuilder::$storage | property | core/ |
The entity storage class. |
| EntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| EntityListBuilder::buildOperations | function | core/ |
Builds a renderable list of operation links for the entity. |
| EntityListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| EntityListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityListBuilder::ensureDestination | function | core/ |
Ensures that a destination is present on the given URL. |
| EntityListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| EntityListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
| EntityListBuilder::getLabel | function | core/ |
Gets the label of an entity. |
| EntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityListBuilder::getStorage | function | core/ |
Gets the entity storage. |
| EntityListBuilder::getTitle | function | core/ |
Gets the title of the page. |
| 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. |
Pagination
- Previous page
- Page 395
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.