function FieldStorageConfigInterface::getIndexes

Same name and namespace in other branches
  1. 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getIndexes()
  2. 10 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getIndexes()
  3. 11.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getIndexes()

Returns the custom storage indexes for the field data storage.

Return value

array An array of custom indexes.

1 method overrides FieldStorageConfigInterface::getIndexes()
FieldStorageConfig::getIndexes in core/modules/field/src/Entity/FieldStorageConfig.php
Returns the custom storage indexes for the field data storage.

File

core/modules/field/src/FieldStorageConfigInterface.php, line 133

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function getIndexes();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.