You are here

class PropertySynonymsBehavior in Synonyms 7

Definition of PropertySynonymsBehavior class.

Hierarchy

Expanded class hierarchy of PropertySynonymsBehavior

2 string references to 'PropertySynonymsBehavior'
SynonymsProviderPropertyWebTestCase::getInfo in synonyms_provider_property/synonyms_provider_property.test
GetInfo method.
synonyms_provider_property_synonyms_behavior_implementation_info in synonyms_provider_property/synonyms_provider_property.module
Implements hook_synonyms_behavior_implementation_info().

File

synonyms_provider_property/includes/PropertySynonymsBehavior.class.inc, line 11
Enables Entity properties to be source of synonyms.

View source
class PropertySynonymsBehavior extends AbstractPropertySynonymsBehavior {

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractPropertySynonymsBehavior::$entity_info protected property Entity info of the entity type on which this provider was initialized.
AbstractPropertySynonymsBehavior::$property protected property Name of the property on which this provider was initialized.
AbstractPropertySynonymsBehavior::extractSynonyms public function Extract synonyms from an entity within a specific behavior implementation. Overrides SynonymsBehavior::extractSynonyms
AbstractPropertySynonymsBehavior::mergeEntityAsSynonym public function Add an entity as a synonym into another entity. Overrides SynonymsBehavior::mergeEntityAsSynonym
AbstractPropertySynonymsBehavior::synonymsFind public function Look up entities by their synonyms within a behavior implementation. Overrides SynonymsBehavior::synonymsFind
AbstractPropertySynonymsBehavior::__construct public function Overrides AbstractSynonymsBehavior::__construct
AbstractSynonymsBehavior::$behavior_implementation protected property Behavior implementation on which this class was initialized.
AbstractSynonymsBehavior::COLUMN_ENTITY_ID_PLACEHOLDER constant Constant which denotes placeholder of an entity ID column.
AbstractSynonymsBehavior::COLUMN_SYNONYM_PLACEHOLDER constant Constant which denotes placeholder of a synonym column.
AbstractSynonymsBehavior::featuresExportPipe public function Collect info on features pipe during invocation of hook_features_export(). Overrides SynonymsBehavior::featuresExportPipe 2
AbstractSynonymsBehavior::synonymsFindProcessCondition protected function Process condition in 'synonymsFind' method.