| StringFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Renders fields of a given entity with a given display. |
| StringFormatterTest::testLinkToEntity |
function |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Checks link visibility depending on link templates and access. |
| StringIdEntityTest |
class |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
Defines a content entity type that has a string ID. |
| StringIdEntityTest.php |
file |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
|
| StringIdEntityTest::baseFieldDefinitions |
function |
core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php |
Provides base field definitions for an entity type. |
| StubConfigEntity |
class |
core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php |
A stub extending ConfigEntityBase for testing purposes. |
| StubConfigEntity.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php |
|
| StubEntityBase |
class |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
A stub base entity for testing purposes. |
| StubEntityBase.php |
file |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
|
| StubEntityBase::$id |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
The ID for the stub entity. |
| StubEntityBase::$label |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
The label for the stub entity. |
| StubEntityBase::$langcode |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
The language code for the stub entity. |
| StubEntityBase::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php |
The UUID for the stub entity. |
| StubEntityHandlerBase |
class |
core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php |
A stub base entity handler for testing purposes. |
| StubEntityHandlerBase.php |
file |
core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php |
|
| StubEntityHandlerBase::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php |
The module handler to invoke hooks on. |
| StubEntityHandlerBase::$stringTranslation |
property |
core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php |
The string translation service. |
| StubEntityStorageBase |
class |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
A stub base entity storage for testing purposes. |
| StubEntityStorageBase.php |
file |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
|
| StubEntityStorageBase::createInstance |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Instantiates a new instance of this entity handler. |
| StubEntityStorageBase::doDelete |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Performs storage-specific entity deletion. |
| StubEntityStorageBase::doLoadMultiple |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Performs storage-specific loading of entities. |
| StubEntityStorageBase::doSave |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Performs storage-specific saving of the entity. |
| StubEntityStorageBase::getQueryServiceName |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Gets the name of the service for the query for this entity storage. |
| StubEntityStorageBase::has |
function |
core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php |
Determines if this entity already exists in storage. |
| StubRevisionableEntity |
class |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
A stub revisionable entity for testing purposes. |
| StubRevisionableEntity.php |
file |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
|
| StubRevisionableEntity::getLoadedRevisionId |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Gets the loaded Revision ID of the entity. |
| StubRevisionableEntity::getRevisionId |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Gets the revision identifier of the entity. |
| StubRevisionableEntity::isDefaultRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Checks if this entity is the default revision. |
| StubRevisionableEntity::isLatestRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Checks if this entity is the latest revision. |
| StubRevisionableEntity::isNewRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Determines whether a new revision should be created on save. |
| StubRevisionableEntity::preSaveRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Acts on a revision before it gets saved. |
| StubRevisionableEntity::setNewRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Enforces an entity to be saved as a new revision. |
| StubRevisionableEntity::updateLoadedRevisionId |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Updates the loaded Revision ID with the revision ID. |
| StubRevisionableEntity::wasDefaultRevision |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Checks whether the entity object was a default revision when it was saved. |
| StubTestTrait::createEntityStub |
function |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
Create a stub of the given entity type. |
| StubTestTrait::createEntityStub |
function |
core/modules/migrate/tests/src/StubTestTrait.php |
Create a stub of the given entity type. |
| StyleSerializerEntityTest |
class |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the serializer style plugin. |
| StyleSerializerEntityTest.php |
file |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
|
| StyleSerializerEntityTest::$adminUser |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
A user with permissions to look at test entity and configure views. |
| StyleSerializerEntityTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
The theme to install as the default for testing. |
| StyleSerializerEntityTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Modules to install. |
| StyleSerializerEntityTest::$renderer |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
The renderer. |
| StyleSerializerEntityTest::$testViews |
property |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Views used by this test. |
| StyleSerializerEntityTest::addRequestWithFormat |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Sets up a request on the request stack with a specified format. |
| StyleSerializerEntityTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Sets up the test. |
| StyleSerializerEntityTest::testFieldRawOutput |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the raw output options for row field rendering. |
| StyleSerializerEntityTest::testLivePreview |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the live preview output for json output. |
| StyleSerializerEntityTest::testResponseFormatConfiguration |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the response format configuration. |