Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
FieldStorageConfig::$deleted | property | core/ |
Flag indicating whether the field is deleted. |
FieldStorageConfig::$entity_type | property | core/ |
The name of the entity type the field can be attached to. |
FieldStorageConfig::$field_name | property | core/ |
The field name. |
FieldStorageConfig::$id | property | core/ |
The field ID. |
FieldStorageConfig::$inDeletion | property | core/ |
Static flag set to prevent recursion during field deletes. |
FieldStorageConfig::$indexes | property | core/ |
The custom storage indexes for the field data storage. |
FieldStorageConfig::$locked | property | core/ |
Flag indicating whether the field is available for editing. |
FieldStorageConfig::$module | property | core/ |
The name of the module that provides the field type. |
FieldStorageConfig::$persist_with_no_fields | property | core/ |
Flag indicating whether the field storage should be deleted when orphaned. |
FieldStorageConfig::$propertyDefinitions | property | core/ |
An array of field property definitions. |
FieldStorageConfig::$schema | property | core/ |
The field schema. |
FieldStorageConfig::$settings | property | core/ |
Field-type specific settings. |
FieldStorageConfig::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
FieldStorageConfig::$type | property | core/ |
The field type. |
FieldStorageConfig::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
FieldStorageConfig::getBundles | function | core/ |
Returns the list of bundles where the field storage has fields. |
FieldStorageConfig::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
FieldStorageConfig::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
FieldStorageConfig::getConstraint | function | core/ |
Returns a validation constraint. |
FieldStorageConfig::getConstraints | function | core/ |
Returns an array of validation constraints. |
FieldStorageConfig::getDescription | function | core/ |
Returns the human-readable description for the field. |
FieldStorageConfig::getFieldItemClass | function | core/ |
Helper to retrieve the field item class. |
FieldStorageConfig::getIndexes | function | core/ |
Returns the custom storage indexes for the field data storage. |
FieldStorageConfig::getLabel | function | core/ |
Returns the human-readable label for the field. |
FieldStorageConfig::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
FieldStorageConfig::getName | function | core/ |
Returns the machine name of the field. |
FieldStorageConfig::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
FieldStorageConfig::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
FieldStorageConfig::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
FieldStorageConfig::getPropertyNames | function | core/ |
Returns the names of the field's subproperties. |
FieldStorageConfig::getProvider | function | core/ |
Returns the name of the provider of this field. |
FieldStorageConfig::getSchema | function | core/ |
Returns the field schema. |
FieldStorageConfig::getSetting | function | core/ |
Returns the value of a given storage setting. |
FieldStorageConfig::getSettings | function | core/ |
Returns the storage settings. |
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::isQueryable | function | core/ |
Determines whether the field is queryable via QueryInterface. |
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. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.