public function AutocompletionConfigurationInterface::getDeletable in Search Autocomplete 2.x
Same name and namespace in other branches
- 8 src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::getDeletable()
Returns whether the configuration is deletable by authorized users.
Return value
boolean TRUE if the configuration is deletable, FALSE otherwise.
1 method overrides AutocompletionConfigurationInterface::getDeletable()
- AutocompletionConfiguration::getDeletable in src/
Entity/ AutocompletionConfiguration.php - Returns whether the configuration is deletable by authorized users.
File
- src/
AutocompletionConfigurationInterface.php, line 127
Class
- AutocompletionConfigurationInterface
- Provides an interface defining an autocompletion configuration entity.
Namespace
Drupal\search_autocompleteCode
public function getDeletable();