You are here

protected function EntityReference_SelectionHandler_Views::__construct in Entity reference 7

File

plugins/selection/EntityReference_SelectionHandler_Views.class.php, line 15

Class

EntityReference_SelectionHandler_Views
Entity handler for Views.

Code

protected function __construct($field, $instance, $entity) {
  $this->field = $field;
  $this->instance = $instance;
  $this->entity = $entity;
}