You are here

public function FieldInterface::isIndexedLocked in Search API 8

Determines whether this field should always be enabled/indexed.

Return value

bool TRUE if this field should be locked as enabled/indexed.

1 method overrides FieldInterface::isIndexedLocked()
Field::isIndexedLocked in src/Item/Field.php
Determines whether this field should always be enabled/indexed.

File

src/Item/FieldInterface.php, line 358

Class

FieldInterface
Represents a field on a search item that can be indexed.

Namespace

Drupal\search_api\Item

Code

public function isIndexedLocked();