public function Dependencies::toArray in Search API 8
Gets the dependencies as an array as expected by configuration.
Return value
array The dependencies.
File
- src/
Utility/ Dependencies.php, line 23
Class
- Dependencies
- Provides an easy mechanism for building a dependency array.
Namespace
Drupal\search_api\UtilityCode
public function toArray() : array {
return $this->dependencies;
}