You are here

public function FieldInterface::isTypeLocked in Search API 8

Determines whether the type of this field should be locked.

Return value

bool TRUE if the type of this field should be locked.

1 method overrides FieldInterface::isTypeLocked()
Field::isTypeLocked in src/Item/Field.php
Determines whether the type of this field should be locked.

File

src/Item/FieldInterface.php, line 376

Class

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

Namespace

Drupal\search_api\Item

Code

public function isTypeLocked();