You are here

SearchPropertySynonymsBehavior.class.inc in Synonyms 7

File

synonyms_provider_property/includes/SearchPropertySynonymsBehavior.class.inc
View source
<?php

/**
 * @file
 * Integrates Entity properties with synonyms "search" behavior.
 */
if (module_exists('synonyms_search')) {

  /**
   * Definition of SearchPropertySynonymsBehavior class.
   */
  class SearchPropertySynonymsBehavior extends PropertySynonymsBehavior implements SearchSynonymsBehavior {

  }
}