function FieldStorageConfigInterface::setIndexes

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

Sets the custom storage indexes for the field data storage..

Parameters

array $indexes: The array of custom indexes.

Return value

$this

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

File

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

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function setIndexes(array $indexes);

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