public function draggableviews_hierarchy_handler::options_form in DraggableViews 7.2
Form with settings of the handler.
Parameters
object $field: Draggableviews field handler.
Return value
array Form array.
File
- handlers/
draggableviews_hierarchy_handler.inc, line 45 - Base plugin implementation.
Class
- draggableviews_hierarchy_handler
- Parent class for all hierarchy handlers.
Code
public function options_form($field) {
}