| EntityLinkSuggestionsController::createSuggestion |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Creates a suggestion. |
| EntityLinkSuggestionsController::DEFAULT_LIMIT |
constant |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
The default limit for matches. |
| EntityLinkSuggestionsController::findEntityIdByUrl |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Finds entity ID from the given input. |
| EntityLinkSuggestionsController::formatUsesEntityLinksFilter |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Checks access based on entity_links filter status on the text format. |
| EntityLinkSuggestionsController::getSuggestions |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Gets the suggestions. |
| EntityLinkSuggestionsController::suggestions |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Generates entity link suggestions for use by an autocomplete. |
| EntityLinkSuggestionsController::__construct |
function |
core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php |
Constructs a EntityLinkSuggestionsController. |
| EntityLinkSuggestionsTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
For testing the drupalEntityLinkSuggestions plugin. |
| EntityLinkSuggestionsTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
|
| EntityLinkSuggestionsTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
The theme to install as the default for testing. |
| EntityLinkSuggestionsTest::$modules |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
Modules to install. |
| EntityLinkSuggestionsTest::setUp |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
|
| EntityLinkSuggestionsTest::testStandardLink |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php |
Test the entity link suggestions. |
| EntityLinkSuggestionTest |
class |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
Tests entity link suggestions. |
| EntityLinkSuggestionTest.php |
file |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
|
| EntityLinkSuggestionTest::$modules |
property |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
Modules to install. |
| EntityLinkSuggestionTest::providerEntityLinkSuggestions |
function |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
Data provider. |
| EntityLinkSuggestionTest::setUp |
function |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
|
| EntityLinkSuggestionTest::testEntityLinkSuggestions |
function |
core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php |
Test the generated entity link suggestions based on editor configuration. |
| EntityLinkTargetInterface |
interface |
core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php |
Provides an interface for generating a link target from an entity. |
| EntityLinkTargetInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php |
|
| EntityLinkTargetInterface::getLinkTarget |
function |
core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php |
Gets the generated URL object for a linked entity's link target. |
| EntityLinkTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Tests Drupal\Core\Entity\EntityBase. |
| EntityLinkTest |
class |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
Tests Drupal\comment\Plugin\views\field\EntityLink. |
| EntityLinkTest.php |
file |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
|
| EntityLinkTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
|
| EntityLinkTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked entity type manager. |
| EntityLinkTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked language manager. |
| EntityLinkTest::$linkGenerator |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The tested link generator. |
| EntityLinkTest::providerTestLink |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Provides test data for testLink(). |
| EntityLinkTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
|
| EntityLinkTest::setUp |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
|
| EntityLinkTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
Test the render method when getEntity returns NULL. |
| EntityLinkTest::testToLink |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Tests for the EntityBase::toLink() method. |
| 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::getEntityListQuery |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Returns a query object for loading entity IDs from the storage. |
| 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. |