You are here

public function FieldStorageConfigInterface::getIndexes in Drupal 8

Same name and namespace in other branches
  1. 9 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();