public FieldStorageConfig::getIndexes()
Returns the custom storage indexes for the field data storage.
Return value
array An array of custom indexes.
Overrides FieldStorageConfigInterface::getIndexes
File
- core/modules/field/src/Entity/FieldStorageConfig.php, line 815
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\Entity
Code
public function getIndexes() { return $this->indexes; }
Please login to continue.