constant SearchApiEvents::DETERMINING_SERVER_FEATURES in Search API 8
The name of the event fired when determining a server backend's features.
This allows modules to change the features that the given server/backend advertises as being supported. This can, for example, be used to disable certain features, or to officially add support for features which are implemented in other contrib modules by altering searches directly.
See also
\Drupal\search_api\Event\DeterminingServerFeaturesEvent
File
- src/
Event/ SearchApiEvents.php, line 22
Class
- SearchApiEvents
- Defines events for the Search API module.
Namespace
Drupal\search_api\EventCode
const DETERMINING_SERVER_FEATURES = 'search_api.determining_server_features';