You are here

protected property AbstractSynonymsBehavior::$behavior_implementation in Synonyms 7

Behavior implementation on which this class was initialized.

Type: array

File

includes/SynonymsBehavior.interface.inc, line 128
Interfaces of synonyms behaviors that are shipped with Synonyms module.

Class

AbstractSynonymsBehavior
Starting point for implementing SynonymsBehavior interface.

Code

protected $behavior_implementation;