public function FieldInterface::getDependencies in Search API 8
Retrieves the field's dependencies.
Return value
string[][] The field's dependencies.
1 method overrides FieldInterface::getDependencies()
- Field::getDependencies in src/Item/ Field.php 
- Retrieves the field's dependencies.
File
- src/Item/ FieldInterface.php, line 413 
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function getDependencies();