You are here

PropertySynonymsBehavior.class.inc in Synonyms 7

Enables Entity properties to be source of synonyms.

File

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

/**
 * @file
 * Enables Entity properties to be source of synonyms.
 */

/**
 * Definition of PropertySynonymsBehavior class.
 */
class PropertySynonymsBehavior extends AbstractPropertySynonymsBehavior {

}

Classes

Namesort descending Description
PropertySynonymsBehavior Definition of PropertySynonymsBehavior class.