Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityLinkSuggestionsController.php | file | core/ |
|
| EntityLinkSuggestionsController::computeDescription | function | core/ |
Computes a suggestion description. |
| EntityLinkSuggestionsController::computeGroup | function | core/ |
Computers a suggestion group. |
| EntityLinkSuggestionsController::createSuggestion | function | core/ |
Creates a suggestion. |
| EntityLinkSuggestionsController::DEFAULT_LIMIT | constant | core/ |
The default limit for matches. |
| EntityLinkSuggestionsController::findEntityIdByUrl | function | core/ |
Finds entity ID from the given input. |
| EntityLinkSuggestionsController::formatUsesEntityLinksFilter | function | core/ |
Checks access based on entity_links filter status on the text format. |
| EntityLinkSuggestionsController::getSuggestions | function | core/ |
Gets the suggestions. |
| EntityLinkSuggestionsController::suggestions | function | core/ |
Generates entity link suggestions for use by an autocomplete. |
| EntityLinkSuggestionsController::__construct | function | core/ |
Constructs a EntityLinkSuggestionsController. |
| EntityLinkSuggestionsTest | class | core/ |
For testing the drupalEntityLinkSuggestions plugin. |
| EntityLinkSuggestionsTest.php | file | core/ |
|
| EntityLinkSuggestionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityLinkSuggestionsTest::$modules | property | core/ |
Modules to install. |
| EntityLinkSuggestionsTest::setUp | function | core/ |
|
| EntityLinkSuggestionsTest::testStandardLink | function | core/ |
Test the entity link suggestions. |
| EntityLinkSuggestionTest | class | core/ |
Tests entity link suggestions. |
| EntityLinkSuggestionTest.php | file | core/ |
|
| EntityLinkSuggestionTest::$modules | property | core/ |
Modules to install. |
| EntityLinkSuggestionTest::providerEntityLinkSuggestions | function | core/ |
Data provider. |
| EntityLinkSuggestionTest::setUp | function | core/ |
|
| EntityLinkSuggestionTest::testEntityLinkSuggestions | function | core/ |
Test the generated entity link suggestions based on editor configuration. |
| EntityLinkTest | class | core/ |
Tests Drupal\Core\Entity\EntityBase. |
| EntityLinkTest | class | core/ |
Tests Drupal\comment\Plugin\views\field\EntityLink. |
| EntityLinkTest.php | file | core/ |
|
| 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::setUp | function | core/ |
|
| EntityLinkTest::testRenderNullEntity | function | core/ |
Test the render method when getEntity returns NULL. |
| EntityLinkTest::testToLink | function | core/ |
Tests for the EntityBase::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::getEntityListQuery | function | core/ |
Returns a query object for loading entity IDs from the storage. |
| EntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityListBuilder::getStorage | function | core/ |
Gets the entity storage. |
Pagination
- Previous page
- Page 440
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.