Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
HandlerBase.php
»
HandlerBase
»
HandlerBase::buildOptionsForm
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 calls to HandlerBase::buildOptionsForm()
AreaPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
area/
AreaPluginBase.php
Default options form that provides the label widget that all fields should have.
ArgumentPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
argument/
ArgumentPluginBase.php
Build the options form.
FieldPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
field/
FieldPluginBase.php
Default options form that provides the label widget that all fields should have.
FilterPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
filter/
FilterPluginBase.php
Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called.
RelationshipPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
relationship/
RelationshipPluginBase.php
Default options form that provides the label widget that all fields should have.
SortPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
sort/
SortPluginBase.php
Basic options for all sort criteria