public function FieldStorageConfigInterface::setIndexes in Drupal 10
Same name and namespace in other branches
- 8 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::setIndexes()
- 9 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
File
- core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 143
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function setIndexes(array $indexes);