| 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 |
Provides base field definitions for an entity type. |
| 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 |
Provides base field definitions for an entity type. |
| 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 |
@group rest |
| 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 |
The theme to install as the default for testing. |
| EntityTestXmlAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
The format to use in this test. |
| EntityTestXmlAnonTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
The MIME type that corresponds to $format. |
| EntityTestXmlBasicAuthTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
@group rest |
| 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 |
The authentication mechanism to use in this test. |
| EntityTestXmlBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityTestXmlBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
The format to use in this test. |
| EntityTestXmlBasicAuthTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| EntityTestXmlBasicAuthTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
Modules to install. |
| EntityTestXmlCookieTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
@group rest |
| 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 |
The authentication mechanism to use in this test. |
| EntityTestXmlCookieTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
The theme to install as the default for testing. |
| EntityTestXmlCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
The format to use in this test. |
| EntityTestXmlCookieTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
The MIME type that corresponds to $format. |
| 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 |
The theme to install as the default for testing. |
| 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 |
Modules to install. |
| 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 |
Runs before each entity is rendered. |
| EntityTranslationRendererBase::preRenderByRelationship |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Runs before each entity is rendered if a relationship is needed. |
| EntityTranslationRendererBase::query |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Alters the query if needed. |
| EntityTranslationRendererBase::render |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Renders entity data. |
| EntityTranslationRendererBase::renderByRelationship |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Renders entity data. |
| EntityTranslationRenderTrait |
trait |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Trait used to instantiate the view's entity translation renderer. |
| EntityTranslationRenderTrait.php |
file |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
|
| EntityTranslationRenderTrait::$entityTranslationRenderer |
property |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
The renderer to be used to render the entity row. |
| EntityTranslationRenderTrait::getEntityTranslation |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the entity translation matching the configured row language. |
| EntityTranslationRenderTrait::getEntityTranslationByRelationship |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the entity translation matching the configured row language. |
| EntityTranslationRenderTrait::getEntityTranslationRenderer |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the current renderer. |
| EntityTranslationRenderTrait::getEntityTypeId |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the entity type identifier. |
| EntityTranslationRenderTrait::getLanguageManager |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the language manager. |