You are here

final class AddSearchMetaEvents in JSON:API Search API 8

Contains all events emitted during building the search's meta.

Hierarchy

Expanded class hierarchy of AddSearchMetaEvents

See also

\Drupal\jsonapi_api_search_api\Event\AddSearchMetaEvent

File

src/Event/AddSearchMetaEvents.php, line 10

Namespace

Drupal\jsonapi_search_api\Event
View source
final class AddSearchMetaEvents {

  /**
   * Emitted during the resource type build process.
   */
  const ADD_SEARCH_META = 'jsonapi_search_api.add_search_meta';

}

Members

Namesort descending Modifiers Type Description Overrides
AddSearchMetaEvents::ADD_SEARCH_META constant Emitted during the resource type build process.