FieldStorageConfigListBuilder::$entityTypeManager |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
The entity type manager. |
FieldStorageConfigListBuilder::$fieldTypeManager |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
The field type manager. |
FieldStorageConfigListBuilder::$fieldTypes |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
An array of information about field types. |
FieldStorageConfigListBuilder::buildHeader |
function |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
Builds the header row for the entity listing. |
FieldStorageConfigListBuilder::buildRow |
function |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
Builds a row for an entity in the entity listing. |
FieldStorageConfigListBuilder::createInstance |
function |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
Instantiates a new instance of this entity handler. |
FieldStorageConfigListBuilder::__construct |
function |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
Constructs a new FieldStorageConfigListBuilder object. |
FieldStorageConfigResourceTestBase |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
|
FieldStorageConfigResourceTestBase.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
|
FieldStorageConfigResourceTestBase::$entity |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
|
FieldStorageConfigResourceTestBase::$entityTypeId |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
The tested entity type. |
FieldStorageConfigResourceTestBase::$modules |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Modules to install. |
FieldStorageConfigResourceTestBase::createEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Creates the entity to be tested. |
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Returns the expected normalization of the entity. |
FieldStorageConfigResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Return the expected error message. |
FieldStorageConfigResourceTestBase::getNormalizedPostEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Returns the normalized POST entity. |
FieldStorageConfigResourceTestBase::setUpAuthorization |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Sets up the necessary authorization. |
FieldStorageConfigStorage |
class |
core/modules/field/src/FieldStorageConfigStorage.php |
Storage handler for "field storage" configuration entities. |
FieldStorageConfigStorage.php |
file |
core/modules/field/src/FieldStorageConfigStorage.php |
|
FieldStorageConfigStorage::$deletedFieldsRepository |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The deleted fields repository. |
FieldStorageConfigStorage::$entityTypeManager |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The entity type manager. |
FieldStorageConfigStorage::$fieldTypeManager |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The field type plugin manager. |
FieldStorageConfigStorage::$moduleHandler |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The module handler. |
FieldStorageConfigStorage::createInstance |
function |
core/modules/field/src/FieldStorageConfigStorage.php |
Instantiates a new instance of this entity handler. |
FieldStorageConfigStorage::loadByProperties |
function |
core/modules/field/src/FieldStorageConfigStorage.php |
Load entities by their property values without any access checks. |
FieldStorageConfigStorage::mapFromStorageRecords |
function |
core/modules/field/src/FieldStorageConfigStorage.php |
Maps from storage records to entity objects. |
FieldStorageConfigStorage::mapToStorageRecord |
function |
core/modules/field/src/FieldStorageConfigStorage.php |
Maps from an entity object to the storage record. |
FieldStorageConfigStorage::__construct |
function |
core/modules/field/src/FieldStorageConfigStorage.php |
Constructs a FieldStorageConfigStorage object. |
FieldStorageConfigTest |
class |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
JSON:API integration test for the "FieldStorageConfig" config entity type. |
FieldStorageConfigTest.php |
file |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
|
FieldStorageConfigTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The theme to install as the default for testing. |
FieldStorageConfigTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
|
FieldStorageConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The tested entity type. |
FieldStorageConfigTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Modules to enable. |
FieldStorageConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The name of the tested JSON:API resource type. |
FieldStorageConfigTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Creates the entity to be tested. |
FieldStorageConfigTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Returns the expected JSON:API document for the entity. |
FieldStorageConfigTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Return the expected error message. |
FieldStorageConfigTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Returns the JSON:API POST document. |
FieldStorageConfigTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Sets up the necessary authorization. |
FieldStorageConfigUpdateForbiddenException |
class |
core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php |
Exception class thrown by hook_field_storage_config_update_forbid(). |
FieldStorageConfigUpdateForbiddenException.php |
file |
core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php |
|
FieldStorageConfigXmlAnonTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php |
@group rest |
FieldStorageConfigXmlAnonTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php |
|
FieldStorageConfigXmlAnonTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php |
The theme to install as the default for testing. |
FieldStorageConfigXmlAnonTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php |
The format to use in this test. |
FieldStorageConfigXmlAnonTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php |
The MIME type that corresponds to $format. |
FieldStorageConfigXmlBasicAuthTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php |
@group rest |
FieldStorageConfigXmlBasicAuthTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php |
|
FieldStorageConfigXmlBasicAuthTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |