public function GatheringPluginInfoEvent::getDefinitions in Search API 8
Retrieves the plugin definitions collected so far.
Return value
array[] The plugin definitions collected so far, keyed by plugin ID.
File
- src/
Event/ GatheringPluginInfoEvent.php, line 35
Class
- GatheringPluginInfoEvent
- Wraps a gathering of plugin information event.
Namespace
Drupal\search_api\EventCode
public function &getDefinitions() {
return $this->definitions;
}