SearchTextSynonymsBehavior.class.inc 247 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Enables text and number field types for search integration.
  5. */
  6. /**
  7. * Definition of SearchTextSynonymsBehavior class.
  8. */
  9. class SearchTextSynonymsBehavior extends TextSynonymsBehavior implements SearchSynonymsBehavior {
  10. }