public function SearchApiHandlerTrait::ensureMyTable in Search API 8
Overrides the Views handlers' ensureMyTable() method.
This is done since adding a table to a Search API query is neither necessary nor possible, but we still want to stay as compatible as possible to the default SQL query plugin.
File
- src/
Plugin/ views/ SearchApiHandlerTrait.php, line 19
Class
- SearchApiHandlerTrait
- Provides a trait to use for Search API Views handlers.
Namespace
Drupal\search_api\Plugin\viewsCode
public function ensureMyTable() {
}