public function Base::optionsForm in Openlayers 7.3
@TODO What is this return? If it is the form, why is form by reference?
Overrides ObjectInterface::optionsForm
1 call to Base::optionsForm()
- Views::optionsForm in modules/
openlayers_views/ src/ Plugin/ Source/ Views/ Views.php - @inheritDoc
54 methods override Base::optionsForm()
- Attribution::optionsForm in src/
Plugin/ Control/ Attribution/ Attribution.php - @TODO What is this return? If it is the form, why is form by reference?
- Autopopup::optionsForm in src/
Plugin/ Component/ Autopopup/ Autopopup.php - @TODO What is this return? If it is the form, why is form by reference?
- BingMaps::optionsForm in src/
Plugin/ Source/ BingMaps/ BingMaps.php - @TODO What is this return? If it is the form, why is form by reference?
- BootstrapjsAlert::optionsForm in src/
Plugin/ Component/ BootstrapjsAlert/ BootstrapjsAlert.php - @TODO What is this return? If it is the form, why is form by reference?
- Circle::optionsForm in src/
Plugin/ Style/ Circle/ Circle.php - @TODO What is this return? If it is the form, why is form by reference?
File
- src/
Types/ Base.php, line 292 - Class Object.
Class
- Base
- Class Base.
Namespace
Drupal\openlayers\TypesCode
public function optionsForm(array &$form, array &$form_state) {
return array();
}