| 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. |
| 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. |
| StyleSerializerEntityTest::testRestRenderCaching |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests REST export with views render caching enabled. |
| StyleSerializerEntityTest::testSerializerResponses |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Checks the behavior of the Serializer callback paths and row plugins. |
| StyleSerializerEntityTest::testSerializerViewsUI |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the views interface for REST export displays. |
| StyleSerializerEntityTest::testUIFieldAlias |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the field ID alias functionality of the DataFieldRow plugin. |
| StyleSerializerTest::testMulEntityRows |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php |
Tests multilingual entity rows. |
| SynchronizableEntityTrait |
trait |
core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php |
Provides a trait for accessing synchronization information. |
| SynchronizableEntityTrait.php |
file |
core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php |
|
| SynchronizableEntityTrait::$isSyncing |
property |
core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php |
Is entity being created updated or deleted through synchronization process. |
| SynchronizableEntityTrait::isSyncing |
function |
core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php |
|
| SynchronizableEntityTrait::setSyncing |
function |
core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php |
|
| SystemHooks::entityTypeBuild |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_entity_type_build(). |
| SystemHooks::queryEntityReferenceAlter |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_query_TAG_alter() for entity reference selection handlers. |
| SystemHooks::systemEntityFormModePresave |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_entity_form_mode_presave(). |
| SystemMenuOffCanvasForm::$entityTypeManager |
property |
core/modules/system/src/Form/SystemMenuOffCanvasForm.php |
|
| SystemMenuOffCanvasForm::getEntityForm |
function |
core/modules/system/src/Form/SystemMenuOffCanvasForm.php |
Gets the entity form for this menu. |
| SystemThemeHooks::preprocessEntityAddList |
function |
core/modules/system/src/Hook/SystemThemeHooks.php |
Prepares variables for the list of available bundles. |
| system_post_update_convert_empty_description_entity_form_modes_to_null |
function |
core/modules/system/system.post_update.php |
Updates entity_form_mode descriptions from empty string to null. |
| Tables::$baseTablesEntityType |
property |
core/modules/workspaces/src/EntityQuery/Tables.php |
Keeps track of the entity type IDs for each base table of the query. |
| Tables::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity field manager. |
| Tables::$entityTables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Entity table array. |
| Tables::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity type manager. |
| Tables::ensureEntityTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Joins the entity table, if necessary, and returns the alias for it. |