public function FieldStorageConfig::getIndexes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 819 - Contains \Drupal\field\Entity\FieldStorageConfig.
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
public function getIndexes() {
return $this->indexes;
}