public function AutocompletionConfigurationInterface::setDeletable in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::setDeletable()
Sets whether the configuration is deletable by authorized users. None deletable configurations cannot be created from GUI.
Parameters
boolean $deletable: TRUE if the configuration is $deletable, FALSE otherwise.
1 method overrides AutocompletionConfigurationInterface::setDeletable()
- AutocompletionConfiguration::setDeletable in src/
Entity/ AutocompletionConfiguration.php - Sets whether the configuration is deletable by authorized users. None deletable configurations cannot be created from GUI.
File
- src/
AutocompletionConfigurationInterface.php, line 247
Class
- AutocompletionConfigurationInterface
- Provides an interface defining an autocompletion configuration entity.
Namespace
Drupal\search_autocompleteCode
public function setDeletable($deletable);