| EntityTestViewsFieldAccessTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
|
| EntityTestViewsFieldAccessTest::testEntityTestFields |
function |
core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php |
Tests field access permissions for the 'entity_test' entity in Views. |
| EntityTestViewsHooks |
class |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
Hook implementations for entity_test. |
| EntityTestViewsHooks.php |
file |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
|
| EntityTestViewsHooks::viewsDataAlter |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestViewsHooks.php |
Implements hook_views_data_alter(). |
| EntityTestWithBundle |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php |
Defines the Test entity with bundle entity class. |
| EntityTestWithBundle.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php |
|
| EntityTestWithBundle::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php |
|
| EntityTestWithBundleTypeNewBundle |
class |
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php |
Sets bundle class for 'new_bundle' bundle for 'entity_test_with_bundle' type. |
| EntityTestWithBundleTypeNewBundle.php |
file |
core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestWithBundleTypeNewBundle.php |
|
| EntityTestWithRevisionLog |
class |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
Defines the test entity class. |
| EntityTestWithRevisionLog.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
|
| EntityTestWithRevisionLog::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
|
| EntityTestWithRevisionLog::setName |
function |
core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php |
Sets the name. |
| EntityTestXmlAnonTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
Tests EntityTest Xml Anon. |
| EntityTestXmlAnonTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
|
| EntityTestXmlAnonTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
|
| EntityTestXmlAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
|
| EntityTestXmlAnonTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
|
| EntityTestXmlBasicAuthTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
Tests EntityTest Xml Basic Auth. |
| EntityTestXmlBasicAuthTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlBasicAuthTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlBasicAuthTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlBasicAuthTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
|
| EntityTestXmlCookieTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
Tests EntityTest Xml Cookie. |
| EntityTestXmlCookieTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
|
| EntityTestXmlCookieTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
|
| EntityTestXmlCookieTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
|
| EntityTestXmlCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
|
| EntityTestXmlCookieTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
|
| EntityTrait |
trait |
core/tests/Drupal/Tests/EntityTrait.php |
Provides helper methods for working with entities in tests. |
| EntityTrait.php |
file |
core/tests/Drupal/Tests/EntityTrait.php |
|
| EntityTrait::$generatedIds |
property |
core/tests/Drupal/Tests/EntityTrait.php |
A list of entity IDs generated by self::generateRandomEntityId(). |
| EntityTrait::generateRandomEntityId |
function |
core/tests/Drupal/Tests/EntityTrait.php |
Generates a random ID avoiding collisions. |
| EntityTrait::reloadEntity |
function |
core/tests/Drupal/Tests/EntityTrait.php |
Reloads the given entity from the storage and returns it. |
| EntityTranslationFormTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
Tests entity translation form. |
| EntityTranslationFormTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
|
| EntityTranslationFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
|
| EntityTranslationFormTest::$langcodes |
property |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
The test language codes. |
| EntityTranslationFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
|
| EntityTranslationFormTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
|
| EntityTranslationFormTest::testEntityFormLanguage |
function |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
Tests entity form language. |
| EntityTranslationRendererBase |
class |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Defines a base class for entity translation renderers. |
| EntityTranslationRendererBase.php |
file |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
|
| EntityTranslationRendererBase::getEntity |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Gets the entity associated with a row. |
| EntityTranslationRendererBase::getLangcode |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Returns the language code associated with the given row. |
| EntityTranslationRendererBase::getLangcodeByRelationship |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Returns the language code associated with the given row. |
| EntityTranslationRendererBase::preRender |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
|