function 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.