You are here

public function EntityReference_BehaviorHandler::__construct in Entity reference 7

Constructor for the behavior.

Parameters

$behavior: The name of the behavior plugin.

1 method overrides EntityReference_BehaviorHandler::__construct()
EntityReference_BehaviorHandler_Abstract::__construct in plugins/behavior/abstract.inc
Constructor for the behavior.

File

plugins/behavior/abstract.inc, line 17

Class

EntityReference_BehaviorHandler
Additional behaviors for a Entity Reference field.

Code

public function __construct($behavior);