You are here

Classes, traits, and interfaces in Synonyms 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AbstractProvider abstract class Drupal\synonyms\Plugin\Synonyms\Provider src/Plugin/Synonyms/Provider/AbstractProvider.php Good starting point for a synonyms provider plugin. 3
AdminFunctionalityTest class Drupal\Tests\synonyms\Functional tests/src/Functional/AdminFunctionalityTest.php Checks if admin functionality works correctly.
AutocompleteService class Drupal\synonyms\SynonymsService\Behavior src/SynonymsService/Behavior/AutocompleteService.php Synonyms behavior service for autocomplete. 1 2
BaseField class Drupal\synonyms\Plugin\Synonyms\Provider src/Plugin/Synonyms/Provider/BaseField.php Provide synonyms from base fields.
BehaviorService class Drupal\synonyms\SynonymsService src/SynonymsService/BehaviorService.php Collect all known synonyms behavior services. 9 2
EntityAutocomplete class Drupal\synonyms\Controller src/Controller/EntityAutocomplete.php Synonyms friendly entity autocomplete controller.
EntityGetBySynonym class Drupal\synonyms\SynonymsService src/SynonymsService/EntityGetBySynonym.php Service to look up an entity by its name or synonym. 2
EntityReferenceField class Drupal\synonyms\Plugin\Synonyms\Provider src/Plugin/Synonyms/Provider/EntityReferenceField.php Provide synonyms from entity reference field type.
EntityReferenceField class Drupal\synonyms\Plugin\Derivative src/Plugin/Derivative/EntityReferenceField.php Derivative for entity_reference synonyms provider plugin.
EntityReferenceSynonymsAutocomplete class Drupal\synonyms\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/EntityReferenceSynonymsAutocomplete.php Plugin implementation of the 'synonyms friendly autocomplete' widget.
EntityReferenceSynonymsSelect class Drupal\synonyms\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/EntityReferenceSynonymsSelect.php Plugin implementation of the 'synonyms friendly select' widget.
EntityTypeParamConverter class Drupal\synonyms\ParamConverter src/ParamConverter/EntityTypeParamConverter.php Param converter service for entity types. 2
Field class Drupal\synonyms\Plugin\Synonyms\Provider src/Plugin/Synonyms/Provider/Field.php Provide synonyms from attached simple fields.
Field class Drupal\synonyms\Plugin\Derivative src/Plugin/Derivative/Field.php Derivative for synonyms provider plugins.
FieldQuery class Drupal\synonyms\Plugin\Synonyms\Provider src/Plugin/Synonyms/Provider/Field.php Hacked implementation of Entity query.
FieldTypeToSynonyms class Drupal\synonyms\SynonymsService src/SynonymsService/FieldTypeToSynonyms.php Service to map known field types to how synonyms are encoded in them. 3 2
FindSynonyms class Drupal\synonyms\SynonymsService src/SynonymsService/FindSynonyms.php Service that allows to look up entities by their synonyms. 2
SearchService class Drupal\synonyms_search\SynonymsService\Behavior synonyms_search/src/SynonymsService/Behavior/SearchService.php Expose synonyms of referenced entities to core Search index. 2
SelectService class Drupal\synonyms\SynonymsService\Behavior src/SynonymsService/Behavior/SelectService.php Synonyms behavior service for select widget. 2
Synonym class Drupal\synonyms\Entity src/Entity/Synonym.php Synonym configuration entity. 1
SynonymConfigController class Drupal\synonyms\Controller src/Controller/SynonymConfigController.php Controller for admin UI of the module.
SynonymDeleteForm class Drupal\synonyms\Form src/Form/SynonymDeleteForm.php Delete form for synonym config entity.
SynonymForm class Drupal\synonyms\Form src/Form/SynonymForm.php Entity form for 'synonym' config entity type.
SynonymInterface interface Drupal\synonyms src/SynonymInterface.php Interface of synonyms configuration entity. 1 7
SynonymProviderPluginCollection class Drupal\synonyms src/SynonymProviderPluginCollection.php Provides a collection of synonym provider plugins. 1
SynonymsBehaviorConfigurableInterface interface Drupal\synonyms\SynonymsService\Behavior src/SynonymsService/Behavior/SynonymsBehaviorConfigurableInterface.php Interface of a configurable synonyms behavior. 2 1
SynonymsBehaviorInterface interface Drupal\synonyms\SynonymsService\Behavior src/SynonymsService/Behavior/SynonymsBehaviorInterface.php Interface of a synonyms behavior. All behaviors must implement it. 2 3
SynonymsBehaviorServiceParamConverter class Drupal\synonyms\ParamConverter src/ParamConverter/SynonymsBehaviorServiceParamConverter.php Param converter for synonyms behavior service. 2
SynonymsEntity class Drupal\synonyms_views_argument_validator\Plugin\views\argument_validator synonyms_views_argument_validator/src/Plugin/views/argument_validator/SynonymsEntity.php Synonyms-friendly entity validator.
SynonymsEntity class Drupal\synonyms_views_filter\Plugin\views\filter synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php Filter entity by its name or one of its synonyms.
SynonymsEntityAutocomplete class Drupal\synonyms\Element src/Element/SynonymsEntityAutocomplete.php Form element for synonyms-friendly entity autocomplete.
SynonymsEntitySelect class Drupal\synonyms\Element src/Element/SynonymsEntitySelect.php Form element for synonyms-friendly entity select.
SynonymsFieldItemList class Drupal\synonyms\Plugin src/Plugin/SynonymsFieldItemList.php Field item list of "synonyms" computed base field.
SynonymsFindProviderInterface interface Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsFindProviderInterface.php Interface to look up entities by synonyms they have. 3 6
SynonymsFindTrait trait Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsFindTrait.php Supportive trait to find synonyms. 3
SynonymsFormatWordingProviderInterface interface Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsFormatWordingProviderInterface.php Interface to format a synonym into some kind of wording. 3 3
SynonymsFormatWordingTrait trait Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsFormatWordingTrait.php Trait to format wording of a synonym. 3
SynonymsGetProviderInterface interface Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsGetProviderInterface.php Interface to extract (get) synonyms from an entity. 3 3
SynonymsGetTrait trait Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsGetTrait.php Trait to extract synonyms from an entity. 3
SynonymsProvider class Drupal\synonyms\Annotation src/Annotation/SynonymsProvider.php Annotation for synonyms provider plugin instance. 1
SynonymsProviderInterface interface Drupal\synonyms\SynonymsProviderInterface src/SynonymsProviderInterface/SynonymsProviderInterface.php Most generic synonyms provider interface. All providers must implement it. 3 2
SynonymsProviderPluginManager class Drupal\synonyms src/SynonymsProviderPluginManager.php Plugin manager for Synonyms provider plugin type. 1 2
ViewsSynonymsEntityArgumentValidator class Drupal\synonyms_views_argument_validator\Plugin\Derivative synonyms_views_argument_validator/src/Plugin/Derivative/ViewsSynonymsEntityArgumentValidator.php Provides synonyms views argument validator for all entity types.

Other projects