You are here

public function FieldInterface::setDependencies in Search API 8

Sets the field's dependencies.

Parameters

string[][] $dependencies: The field's dependencies.

Return value

$this

1 method overrides FieldInterface::setDependencies()
Field::setDependencies in src/Item/Field.php
Sets the field's dependencies.

File

src/Item/FieldInterface.php, line 423

Class

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

Namespace

Drupal\search_api\Item

Code

public function setDependencies(array $dependencies);