| JsonapiKernelTestBase::createEntityReferenceField |
function |
core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php |
Creates a field of an entity reference field storage on the bundle. |
| JsonApiRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Cannot PATCH an entity with dangling references in an ER field. |
| JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2984647 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Cannot GET an entity with dangling references in an ER field. |
| JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure deep nested include works on multi target entity type field. |
| JsonApiRegressionTest::testFilteringEntitiesByEntityReferenceTargetId |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Tests that collections can be filtered by an entity reference target_id. |
| JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure POSTing invalid data results in a 422 response, not a PHP error. |
| JsonApiRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure non-translatable entities can be PATCHed with an alternate language. |
| jsonapi_entity_bundle_create |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_entity_bundle_create(). |
| jsonapi_entity_bundle_delete |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_entity_bundle_delete(). |
| jsonapi_entity_create |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_entity_create(). |
| jsonapi_entity_delete |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_entity_delete(). |
| jsonapi_jsonapi_entity_filter_access |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_jsonapi_entity_filter_access(). |
| jsonapi_jsonapi_entity_test_filter_access |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'. |
| jsonapi_test_field_access_entity_field_access |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.module |
Implements hook_entity_field_access(). |
| jsonapi_test_field_filter_access_jsonapi_entity_field_filter_access |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module |
Implements hook_jsonapi_entity_field_field_access(). |
| jsonapi_test_non_cacheable_methods_entity_predelete |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.module |
Implements hook_entity_predelete(). |
| jsonapi_test_non_cacheable_methods_entity_presave |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.module |
Implements hook_entity_presave(). |
| KernelTestBase::installEntitySchema |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Installs the storage schema for a specific entity type. |
| KeyValueContentEntityStorage |
class |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Provides a key value backend for content entities. |
| KeyValueContentEntityStorage.php |
file |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
|
| KeyValueContentEntityStorage::createRevision |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Creates a new revision starting off from the specified entity object. |
| KeyValueContentEntityStorage::createTranslation |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Constructs a new entity translation object, without permanently saving it. |
| KeyValueContentEntityStorage::createWithSampleValues |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Creates an entity with sample field values. |
| KeyValueContentEntityStorage::getLatestRevisionId |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Returns the latest revision identifier for an entity. |
| KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Returns the latest revision affecting the specified translation. |
| KeyValueContentEntityStorage::hasStoredTranslations |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
|
| KeyValueContentEntityStorage::loadMultipleRevisions |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php |
Loads multiple entity revisions. |
| KeyValueContentEntityStorageTest |
class |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php |
file |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
|
| KeyValueContentEntityStorageTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Modules to enable. |
| KeyValueContentEntityStorageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
|
| KeyValueContentEntityStorageTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests CRUD operations. |
| KeyValueContentEntityStorageTest::testUninstall |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php |
Tests uninstallation of a module that does not use the SQL entity storage. |
| KeyValueEntityStorage |
class |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Provides a key value backend for entities. |
| KeyValueEntityStorage.php |
file |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
|
| KeyValueEntityStorage::$keyValueStore |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
The key value store. |
| KeyValueEntityStorage::$languageManager |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
The language manager. |
| KeyValueEntityStorage::$uuidService |
property |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
The UUID service. |
| KeyValueEntityStorage::createInstance |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Instantiates a new instance of this entity handler. |
| KeyValueEntityStorage::deleteRevision |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Delete a specific entity revision. |
| KeyValueEntityStorage::doCreate |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Performs storage-specific creation of entities. |
| KeyValueEntityStorage::doDelete |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Performs storage-specific entity deletion. |
| KeyValueEntityStorage::doLoadMultiple |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Performs storage-specific loading of entities. |
| KeyValueEntityStorage::doSave |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Performs storage-specific saving of the entity. |
| KeyValueEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Gets the name of the service for the query for this entity storage. |
| KeyValueEntityStorage::has |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Determines if this entity already exists in storage. |
| KeyValueEntityStorage::hasData |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Determines if the storage contains any data. |
| KeyValueEntityStorage::loadRevision |
function |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Load a specific entity revision. |
| KeyValueEntityStorage::MAX_ID_LENGTH |
constant |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php |
Length limit of the entity ID. |