FieldStorageConfigInterface::setIndexes

public FieldStorageConfigInterface::setIndexes(array $indexes)

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

Parameters

array $indexes: The array of custom indexes.

Return value

$this

File

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

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function setIndexes(array $indexes);
doc_Drupal
2016-10-29 09:12:32
Comments
Leave a Comment

Please login to continue.