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);
Please login to continue.