public function AutocompletionConfigurationInterface::getDeletable in Search Autocomplete 8
Same name and namespace in other branches
- 2.x 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();