constant SearchApiEvents::MAPPING_VIEWS_HANDLERS in Search API 8
The name of the event fired when building a map of Views handlers.
This is used in the Search API Views integration to determine the filter, argument and sort handlers that will be used for fields of that type.
Field handlers are not determined by these simplified (Search API) types, but by their actual property data types. For altering that mapping, see \Drupal\search_api\Event\SearchApiEvents::MAPPING_VIEWS_FIELD_HANDLERS.
See also
\Drupal\search_api\Event\MappingViewsFieldHandlersEvent
_search_api_views_handler_mapping()
File
- src/
Event/ SearchApiEvents.php, line 174
Class
- SearchApiEvents
- Defines events for the Search API module.
Namespace
Drupal\search_api\EventCode
const MAPPING_VIEWS_HANDLERS = 'search_api.mapping_views_handlers';