Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldStorageConfig::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldStorageConfig::getType | function | core/ |
Returns the field type. |
| FieldStorageConfig::getTypeProvider | function | core/ |
Returns the name of the module providing the field type. |
| FieldStorageConfig::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
| FieldStorageConfig::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
| FieldStorageConfig::hasData | function | core/ |
Determines whether a field has any data. |
| FieldStorageConfig::id | function | core/ |
Gets the identifier. |
| FieldStorageConfig::isBaseField | function | core/ |
Determines whether the field is a base field. |
| FieldStorageConfig::isDeletable | function | core/ |
Checks if the field storage can be deleted. |
| FieldStorageConfig::isDeleted | function | core/ |
Returns whether the field is deleted or not. |
| FieldStorageConfig::isLocked | function | core/ |
Returns whether the field storage is locked or not. |
| FieldStorageConfig::isMultiple | function | core/ |
Returns whether the field can contain multiple items. |
| FieldStorageConfig::isRevisionable | function | core/ |
Returns whether the field storage is revisionable. |
| FieldStorageConfig::isTranslatable | function | core/ |
Returns whether the field supports translation. |
| FieldStorageConfig::loadByName | function | core/ |
Loads a field config entity based on the entity type and field name. |
| FieldStorageConfig::NAME_MAX_LENGTH | constant | core/ |
The maximum length of the field name, in characters. |
| FieldStorageConfig::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| FieldStorageConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| FieldStorageConfig::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| FieldStorageConfig::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| FieldStorageConfig::preSave | function | core/ |
Overrides \Drupal\Core\Entity\EntityBase::preSave(). |
| FieldStorageConfig::preSaveNew | function | core/ |
Prepares saving a new field definition. |
| FieldStorageConfig::preSaveUpdated | function | core/ |
Prepares saving an updated field definition. |
| FieldStorageConfig::setCardinality | function | core/ |
Sets the maximum number of items allowed for the field. |
| FieldStorageConfig::setIndexes | function | core/ |
Sets the custom storage indexes for the field data storage. |
| FieldStorageConfig::setLocked | function | core/ |
Sets the locked flag. |
| FieldStorageConfig::setSetting | function | core/ |
Sets the value for a field setting by name. |
| FieldStorageConfig::setSettings | function | core/ |
Sets field storage settings. |
| FieldStorageConfig::setTranslatable | function | core/ |
Sets whether the field is translatable. |
| FieldStorageConfig::__construct | function | core/ |
Constructs a FieldStorageConfig object. |
| FieldStorageConfig::__sleep | function | core/ |
Implements the magic __sleep() method. |
| FieldStorageConfigAccessControlHandler | class | core/ |
Defines the access control handler for the field storage config entity type. |
| FieldStorageConfigAccessControlHandler.php | file | core/ |
|
| FieldStorageConfigAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| FieldStorageConfigAccessControlHandlerTest | class | core/ |
Tests the field storage config access controller. |
| FieldStorageConfigAccessControlHandlerTest.php | file | core/ |
|
| FieldStorageConfigAccessControlHandlerTest::$accessControlHandler | property | core/ |
The field storage config access controller to test. |
| FieldStorageConfigAccessControlHandlerTest::$anon | property | core/ |
The mock account without field storage config access. |
| FieldStorageConfigAccessControlHandlerTest::$entity | property | core/ |
The FieldStorageConfig entity used for testing. |
| FieldStorageConfigAccessControlHandlerTest::$member | property | core/ |
The mock account with field storage config access. |
| FieldStorageConfigAccessControlHandlerTest::$moduleHandler | property | core/ |
The mock module handler. |
| FieldStorageConfigAccessControlHandlerTest::assertAllowOperations | function | core/ |
Assert method to verify the access by operations. |
| FieldStorageConfigAccessControlHandlerTest::setUp | function | core/ |
|
| FieldStorageConfigAccessControlHandlerTest::testAccess | function | core/ |
Ensures field storage config access is working properly. |
| FieldStorageConfigEditForm | class | core/ |
Provides a form for the "field storage" edit page. |
| FieldStorageConfigEditForm.php | file | core/ |
|
| FieldStorageConfigEditForm::$entity | property | core/ |
The entity being used by this form. |
| FieldStorageConfigEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| FieldStorageConfigEditForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| FieldStorageConfigEditForm::buildForm | function | core/ |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.