You are here

public function AutocompletionConfigurationInterface::setEditable in Search Autocomplete 8

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

Sets whether the configuration is editable by authorized users. None editable configurations cannot be created from GUI.

Parameters

boolean $editable: TRUE if the configuration is $editable, FALSE otherwise.

1 method overrides AutocompletionConfigurationInterface::setEditable()
AutocompletionConfiguration::setEditable in src/Entity/AutocompletionConfiguration.php
Sets whether the configuration is editable by authorized users. None editable configurations cannot be created from GUI.

File

src/AutocompletionConfigurationInterface.php, line 238

Class

AutocompletionConfigurationInterface
Provides an interface defining an autocompletion configuration entity.

Namespace

Drupal\search_autocomplete

Code

public function setEditable($editable);