| EntityReferenceWidgetTest::testWidgetPreview |
function |
core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php |
Tests the preview displayed by the field widget. |
| EntityReferenceXSSTest |
class |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php |
Tests possible XSS security issues in entity references. |
| EntityReferenceXSSTest.php |
file |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php |
|
| EntityReferenceXSSTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php |
The theme to install as the default for testing. |
| EntityReferenceXSSTest::$modules |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php |
Modules to install. |
| EntityReferenceXSSTest::testEntityReferenceXSS |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php |
Tests markup is escaped in the entity reference select and label formatter. |
| EntityRepository::getLatestTranslationAffectedRevision |
function |
core/lib/Drupal/Core/Entity/EntityRepository.php |
Returns the latest revision translation of the specified entity. |
| EntityRepositoryTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
Tests Drupal\Core\Entity\EntityRepository. |
| EntityRepositoryTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Tests the entity repository. |
| EntityRepositoryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
|
| EntityRepositoryTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
|
| EntityRepositoryTest::$contextRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
The context repository. |
| EntityRepositoryTest::$entityRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
The entity repository under test. |
| EntityRepositoryTest::$entityRepository |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
The entity repository. |
| EntityRepositoryTest::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
The entity type manager. |
| EntityRepositoryTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
The entity type manager. |
| EntityRepositoryTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
The language manager. |
| EntityRepositoryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Modules to install. |
| EntityRepositoryTest::assertEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Asserts that the entity has the expected entity type ID. |
| EntityRepositoryTest::doTestLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Check that language fallback is applied. |
| EntityRepositoryTest::getLanguageContexts |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Returns a set of language contexts matching the specified language. |
| EntityRepositoryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
|
| EntityRepositoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
|
| EntityRepositoryTest::testGetActive |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Tests retrieving active variants. |
| EntityRepositoryTest::testGetCanonical |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Tests retrieving canonical variants. |
| EntityRepositoryTest::testGetTranslationFromContext |
function |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
Tests the getTranslationFromContext() method. |
| EntityResolverManagerTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests Drupal\Core\Entity\EntityResolverManager. |
| EntityResolverManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
|
| EntityResolverManagerTest::$classResolver |
property |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
The mocked class resolver. |
| EntityResolverManagerTest::$container |
property |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
The mocked dependency injection container. |
| EntityResolverManagerTest::$entityResolverManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
The tested entity resolver manager. |
| EntityResolverManagerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
The mocked entity type manager. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithContentController |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithContentController. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithEntityTypeNoUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithEntityTypeUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithEntityTypeUpcasting. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithStandardRoute. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithStandardRouteWithArgument |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithStandardRouteWithArgument. |
| EntityResolverManagerTest::providerTestSetRouteOptionsWithUnionEntityType |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Data provider for testSetRouteOptionsWithUnionEntityType. |
| EntityResolverManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
@legacy-covers ::__construct |
| EntityResolverManagerTest::setupEntityTypes |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Creates the entity type manager mock returning entity type objects. |
| EntityResolverManagerTest::testSetRouteOptionsWithContentController |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with a _content default. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route for an add form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with a form parameter without interface. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests an _entity_form route where a non-entity parameter is first. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an entity type parameter form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityListRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_list route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an entity type parameter. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an entity type parameter, upcasting. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityUpcastingNoCreate |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with entity form upcasting, no create method. |