| ShortcutResourceTestBase::getNormalizedPostEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
Returns the normalized POST entity. |
| ShortcutSetResourceTestBase::$entity |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
The ShortcutSet entity. |
| ShortcutSetResourceTestBase::$entityTypeId |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
The tested entity type. |
| ShortcutSetResourceTestBase::createEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
Creates the entity to be tested. |
| ShortcutSetResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
Returns the expected normalization of the entity. |
| ShortcutSetResourceTestBase::getNormalizedPostEntity |
function |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
Returns the normalized POST entity. |
| ShortcutSetTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php |
|
| ShortcutSetTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php |
The tested entity type. |
| ShortcutSetTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php |
Creates the entity to be tested. |
| ShortcutTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
|
| ShortcutTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
The tested entity type. |
| ShortcutTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
Creates the entity to be tested. |
| ShortcutTranslationUITest::createEntity |
function |
core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php |
Creates the entity to be translated. |
| ShortcutTranslationUITest::getNewEntityValues |
function |
core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php |
Returns an array of entity field values to be tested. |
| SourceProviderTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php |
Gets the expected number of entities per entity type after migration. |
| SourceProviderTest::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php |
Gets expected number of entities per entity after incremental migration. |
| Sql::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
The entity type manager. |
| SqlContentEntityStorage |
class |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
A content entity database storage implementation. |
| SqlContentEntityStorage.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::$baseTable |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The base table of the entity. |
| SqlContentEntityStorage::$database |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Active database connection. |
| SqlContentEntityStorage::$dataTable |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The table that stores properties, if the entity has multilingual support. |
| SqlContentEntityStorage::$defaultLangcodeKey |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The default language entity key. |
| SqlContentEntityStorage::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity type manager. |
| SqlContentEntityStorage::$fieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity type's field storage definitions. |
| SqlContentEntityStorage::$langcodeKey |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity langcode key. |
| SqlContentEntityStorage::$languageManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The language manager. |
| SqlContentEntityStorage::$revisionDataTable |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The table that stores revision field data if the entity supports revisions. |
| SqlContentEntityStorage::$revisionKey |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Name of entity's revision database table field, if it supports revisions. |
| SqlContentEntityStorage::$revisionTable |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The table that stores revisions, if the entity supports revisions. |
| SqlContentEntityStorage::$storageSchema |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity type's storage schema object. |
| SqlContentEntityStorage::$tableMapping |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The mapping of field columns to SQL tables. |
| SqlContentEntityStorage::$temporary |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Whether this storage should use the temporary table mapping. |
| SqlContentEntityStorage::buildPropertyQuery |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Builds an entity query. |
| SqlContentEntityStorage::buildQuery |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Builds the query to load the entity. |
| SqlContentEntityStorage::countFieldData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Determines the number of entities with values for a given field. |
| SqlContentEntityStorage::createInstance |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Instantiates a new instance of this entity handler. |
| SqlContentEntityStorage::delete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes permanently saved entities. |
| SqlContentEntityStorage::deleteFromDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::deleteRevisionFromDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes entity field values from the storage. |
| SqlContentEntityStorage::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Deletes field values of an entity revision from the storage. |
| SqlContentEntityStorage::doLoadMultiple |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Performs storage-specific loading of entities. |
| SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Actually loads revision field item values from the storage. |
| SqlContentEntityStorage::doSaveFieldItems |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Writes entity field values to the storage. |
| SqlContentEntityStorage::finalizePurge |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Performs final cleanup after all data of a field has been purged. |
| SqlContentEntityStorage::getBaseTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the base table name. |
| SqlContentEntityStorage::getCustomTableMapping |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets a table mapping for the specified entity type and storage definitions. |
| SqlContentEntityStorage::getDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the data table name. |
| SqlContentEntityStorage::getFromStorage |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets entities from the storage. |