You are here

public static function OgExampleSelectionHandler::getInstance in Organic groups 7.2

Overrides OgSelectionHandler::getInstance().

Overrides OgSelectionHandler::getInstance

File

og_example/plugins/entityreference/selection/OgExampleSelectionHandler.class.php, line 14
OG example selection handler.

Class

OgExampleSelectionHandler
@file OG example selection handler.

Code

public static function getInstance($field, $instance = NULL, $entity_type = NULL, $entity = NULL) {
  return new OgExampleSelectionHandler($field, $instance, $entity_type, $entity);
}