SearchSynonymsBehavior.interface.inc 232 B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * Interfaces of synonyms behaviors shipped with Synonyms Search module.
  5. */
  6. /**
  7. * Interface of search integration synonyms behavior.
  8. */
  9. interface SearchSynonymsBehavior extends SynonymsSynonymsBehavior {
  10. }