FieldStorageConfig::getIndexes

public 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 815

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function getIndexes() {
  return $this->indexes;
}
doc_Drupal
2016-10-29 09:12:18
Comments
Leave a Comment

Please login to continue.