FieldStorageConfigEditForm::getCardinalityForm |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Builds the cardinality form. |
FieldStorageConfigEditForm::getEnforcedCardinality |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Returns the cardinality enforced by the field type. |
FieldStorageConfigEditForm::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
|
FieldStorageConfigEditForm::save |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
|
FieldStorageConfigEditForm::validateCardinality |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Validates the cardinality. |
FieldStorageConfigEditForm::__construct |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
FieldStorageConfigEditForm constructor. |
FieldStorageConfigEntityUnitTest |
class |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
@coversDefaultClass \Drupal\field\Entity\FieldStorageConfig |
FieldStorageConfigEntityUnitTest.php |
file |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
|
FieldStorageConfigEntityUnitTest::$entityTypeId |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The ID of the type of the entity under test. |
FieldStorageConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The entity type manager used for testing. |
FieldStorageConfigEntityUnitTest::$fieldTypeManager |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The field type manager. |
FieldStorageConfigEntityUnitTest::$uuid |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The UUID generator used for testing. |
FieldStorageConfigEntityUnitTest::providerInvalidEnforcedCardinality |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
Data provider for ::testInvalidEnforcedCardinality() |
FieldStorageConfigEntityUnitTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
|
FieldStorageConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
@covers ::calculateDependencies |
FieldStorageConfigEntityUnitTest::testEnforcedCardinality |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
Tests enforced cardinality. |
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
Tests invalid enforced cardinality. |
FieldStorageConfigEntityUnitTest::testStoredCardinality |
function |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
Tests stored cardinality. |
FieldStorageConfigInterface |
interface |
core/modules/field/src/FieldStorageConfigInterface.php |
Provides an interface defining a field storage entity. |
FieldStorageConfigInterface.php |
file |
core/modules/field/src/FieldStorageConfigInterface.php |
|
FieldStorageConfigInterface::getBundles |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns the list of bundles where the field storage has fields. |
FieldStorageConfigInterface::getIndexes |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns the custom storage indexes for the field data storage. |
FieldStorageConfigInterface::getType |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns the field type. |
FieldStorageConfigInterface::getTypeProvider |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns the name of the module providing the field type. |
FieldStorageConfigInterface::isDeletable |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Checks if the field storage can be deleted. |
FieldStorageConfigInterface::isLocked |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns whether the field storage is locked or not. |
FieldStorageConfigInterface::setCardinality |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets the maximum number of items allowed for the field. |
FieldStorageConfigInterface::setIndexes |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets the custom storage indexes for the field data storage.. |
FieldStorageConfigInterface::setLocked |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets the locked flag. |
FieldStorageConfigInterface::setSetting |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets the value for a field setting by name. |
FieldStorageConfigInterface::setSettings |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets field storage settings. |
FieldStorageConfigInterface::setTranslatable |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets whether the field is translatable. |
FieldStorageConfigJsonAnonTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php |
@group rest |
FieldStorageConfigJsonAnonTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php |
|
FieldStorageConfigJsonAnonTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php |
|
FieldStorageConfigJsonAnonTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php |
|
FieldStorageConfigJsonAnonTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php |
|
FieldStorageConfigJsonBasicAuthTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
@group rest |
FieldStorageConfigJsonBasicAuthTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonBasicAuthTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonBasicAuthTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonBasicAuthTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonBasicAuthTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonBasicAuthTest::$modules |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php |
|
FieldStorageConfigJsonCookieTest |
class |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
@group rest |
FieldStorageConfigJsonCookieTest.php |
file |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
|
FieldStorageConfigJsonCookieTest::$auth |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
|
FieldStorageConfigJsonCookieTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
|
FieldStorageConfigJsonCookieTest::$format |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
|
FieldStorageConfigJsonCookieTest::$mimeType |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php |
|