You are here

public function FieldStorageConfig::getIndexes in Drupal 9

Same name and namespace in other branches
  1. 8 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 823

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function getIndexes() {
  return $this->indexes;
}