public function FieldStorageConfig::getIndexes in Drupal 8
Same name and namespace in other branches
- 9 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\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 827
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
public function getIndexes() {
return $this->indexes;
}