You are here

public function IndexInterface::isReadOnly in Search API 8

Determines whether this index is read-only.

Return value

bool TRUE if this index is read-only, otherwise FALSE.

2 methods override IndexInterface::isReadOnly()
Index::isReadOnly in src/Entity/Index.php
Determines whether this index is read-only.
UnsavedIndexConfiguration::isReadOnly in src/UnsavedIndexConfiguration.php
Determines whether this index is read-only.

File

src/IndexInterface.php, line 60

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function isReadOnly();