You are here

public static function OgSubgroupsSelectionHandler::settingsForm in Subgroups for Organic groups 7.2

Override EntityReferenceHandler::settingsForm().

Overrides OgSelectionHandler::settingsForm

File

plugins/entityreference/selection/OgSubgroupsSelectionHandler.class.php, line 21
OG example selection handler.

Class

OgSubgroupsSelectionHandler
@file OG example selection handler.

Code

public static function settingsForm($field, $instance) {
  $form = parent::settingsForm($field, $instance);
  return $form;
}