You are here

Classes, traits, and interfaces in Search API 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
SearchApiEntity class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiEntity.php Handles the display of entity reference fields in Search API Views.
SearchApiEntityField class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiEntityField.php Displays entity field data. 1
SearchApiEntityOperations class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiEntityOperations.php Renders all operations links for an entity.
SearchApiEvents final class Drupal\search_api\Event src/Event/SearchApiEvents.php Defines events for the Search API module. 16
SearchApiException class Drupal\search_api src/SearchApiException.php Represents an exception that occurred in some part of the Search API. 1 50
SearchApiFieldTrait trait Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiFieldTrait.php Provides a trait to use for Search API Views field handlers. 1
SearchApiFilterTrait trait Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiFilterTrait.php Provides a trait to use for Search API Views filters.
SearchApiFulltext class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiFulltext.php Defines a filter for adding a fulltext search to the view.
SearchApiFulltext class Drupal\search_api\Plugin\views\argument src/Plugin/views/argument/SearchApiFulltext.php Defines a contextual filter for doing fulltext searches.
SearchApiHandlerTrait trait Drupal\search_api\Plugin\views src/Plugin/views/SearchApiHandlerTrait.php Provides a trait to use for Search API Views handlers. 3
SearchApiJoin class Drupal\search_api\Plugin\views\join src/Plugin/views/join/SearchApiJoin.php Represents a join in the Search API Views tables.
SearchApiLanguage class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiLanguage.php Defines a filter for filtering on the language of items.
SearchApiMoreLikeThis class Drupal\search_api\Plugin\views\argument src/Plugin/views/argument/SearchApiMoreLikeThis.php Defines a contextual filter for displaying a "More Like This" list.
SearchApiNumeric class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiNumeric.php Defines a filter for filtering on numeric values. 1
SearchApiNumeric class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiNumeric.php Displays numeric data.
SearchApiOptions class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiOptions.php Defines a filter for filtering on fields with a fixed set of possible values. 1
SearchApiParseMode class Drupal\search_api\Annotation src/Annotation/SearchApiParseMode.php Defines a Search API parse mode annotation object.
SearchApiPluginManager class Drupal\search_api src/SearchApiPluginManager.php Extends the default plugin manager to add support for alter events. 7 7
SearchApiProcessor class Drupal\search_api\Annotation src/Annotation/SearchApiProcessor.php Defines a Search API processor annotation object.
SearchApiQuery class Drupal\search_api\Plugin\views\query src/Plugin/views/query/SearchApiQuery.php Defines a Views query class for searching on Search API indexes. 13
SearchApiRelationship class Drupal\search_api\Plugin\views\relationship src/Plugin/views/relationship/SearchApiRelationship.php Views relationship plugin for datasources.
SearchApiRenderedItem class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiRenderedItem.php Handles rendering an entity in a certain view mode in Search API Views.
SearchApiRow class Drupal\search_api\Plugin\views\row src/Plugin/views/row/SearchApiRow.php Provides a row plugin for displaying a result as a rendered item.
SearchApiSort class Drupal\search_api\Plugin\views\sort src/Plugin/views/sort/SearchApiSort.php Provides a sort plugin for Search API views.
SearchApiStandard class Drupal\search_api\Plugin\views\argument src/Plugin/views/argument/SearchApiStandard.php Defines a contextual filter for applying Search API conditions. 4
SearchApiStandard class Drupal\search_api\Plugin\views\field src/Plugin/views/field/SearchApiStandard.php Provides a default handler for fields in Search API Views. 1 2
SearchApiString class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiString.php Defines a filter for adding conditions on string fields to the query. 1
SearchApiSubContext class ./search_api.behat.inc Integrates Search API with the Behat Drupal Extension.
SearchApiTagCache class Drupal\search_api\Plugin\views\cache src/Plugin/views/cache/SearchApiTagCache.php Defines a tag-based cache plugin for use with Search API views.
SearchApiTerm class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiTerm.php Defines a filter for filtering on taxonomy term references. 1
SearchApiTerm class Drupal\search_api\Plugin\views\argument src/Plugin/views/argument/SearchApiTerm.php Defines a contextual filter searching through all indexed taxonomy fields. 1 2
SearchApiText class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiText.php Defines a filter for filtering on fulltext fields.
SearchApiTimeCache class Drupal\search_api\Plugin\views\cache src/Plugin/views/cache/SearchApiTimeCache.php Defines a time-based cache plugin for use with Search API views.
SearchApiTracker class Drupal\search_api\Annotation src/Annotation/SearchApiTracker.php Defines a Search API tracker annotation object.
SearchApiUser class Drupal\search_api\Plugin\views\filter src/Plugin/views/filter/SearchApiUser.php Defines a filter for filtering on user references.
SerializationTest class Drupal\Tests\search_api\Kernel\System tests/src/Kernel/System/SerializationTest.php Tests that various classes can be properly serialized and/or cloned.
Server class Drupal\search_api\Entity src/Entity/Server.php Defines the search server configuration entity. 27
ServerChangesTest class Drupal\Tests\search_api\Kernel\Server tests/src/Kernel/Server/ServerChangesTest.php Tests whether changes for the server are processed correctly.
ServerClearConfirmForm class Drupal\search_api\Form src/Form/ServerClearConfirmForm.php Defines a confirm form for clearing a server.
ServerController class Drupal\search_api\Controller src/Controller/ServerController.php Provides block routines for search server-specific routes.
ServerDeleteConfirmForm class Drupal\search_api\Form src/Form/ServerDeleteConfirmForm.php Defines a confirm form for deleting a server.
ServerDisableConfirmForm class Drupal\search_api\Form src/Form/ServerDisableConfirmForm.php Defines a confirm form for disabling a server.
ServerForm class Drupal\search_api\Form src/Form/ServerForm.php Provides a form for creating and editing search servers.
ServerImportTest class Drupal\Tests\search_api\Kernel\Server tests/src/Kernel/Server/ServerImportTest.php Tests that importing a server works correctly.
ServerInterface interface Drupal\search_api src/ServerInterface.php Defines the interface for server entities. 1 16
ServerStatusForm class Drupal\search_api\Form src/Form/ServerStatusForm.php Provides a form for performing common actions on a server.
ServerStorageTest class Drupal\Tests\search_api\Kernel\Server tests/src/Kernel/Server/ServerStorageTest.php Tests whether the storage of search servers works correctly.
ServerTaskManager class Drupal\search_api\Task src/Task/ServerTaskManager.php Provides a service for managing pending server tasks. 2
ServerTaskManagerInterface interface Drupal\search_api\Task src/Task/ServerTaskManagerInterface.php Defines the interface for the server task manager. 1 1
ServerTaskTest class Drupal\Tests\search_api\Kernel\Server tests/src/Kernel/Server/ServerTaskTest.php Tests whether the server task system works correctly.

Pages

Other projects