public FieldStorageConfigInterface::getIndexes()
Returns the custom storage indexes for the field data storage.
Return value
array An array of custom indexes.
File
- core/modules/field/src/FieldStorageConfigInterface.php, line 141
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\field
Code
public function getIndexes();
Please login to continue.