public function IndexInterface::setOptions in Search API 8
Sets the index's options.
Parameters
array $options: The new index options.
Return value
$this
2 methods override IndexInterface::setOptions()
- Index::setOptions in src/
Entity/ Index.php - Sets the index's options.
- UnsavedIndexConfiguration::setOptions in src/
UnsavedIndexConfiguration.php - Sets the index's options.
File
- src/
IndexInterface.php, line 110
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function setOptions(array $options);