You are here

public function AutocompletionConfigurationInterface::getEditable in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::getEditable()

Returns whether the configuration is editable by authorized users.

Return value

boolean TRUE if the configuration is editable, FALSE otherwise.

1 method overrides AutocompletionConfigurationInterface::getEditable()
AutocompletionConfiguration::getEditable in src/Entity/AutocompletionConfiguration.php
Returns whether the configuration is editable by authorized users.

File

src/AutocompletionConfigurationInterface.php, line 119

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function getEditable();