public function MapCenterInterface::getSettingsForm in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/MapCenterInterface.php \Drupal\geolocation\MapCenterInterface::getSettingsForm()
Settings form by ID and context.
Parameters
int $center_option_id: MapCenter option ID.
array $settings: The current option settings.
mixed $context: Current context.
Return value
array A form array to be integrated in whatever.
1 method overrides MapCenterInterface::getSettingsForm()
- MapCenterBase::getSettingsForm in src/
MapCenterBase.php - Settings form by ID and context.
File
- src/
MapCenterInterface.php, line 44
Class
- MapCenterInterface
- Defines an interface for geolocation MapCenter plugins.
Namespace
Drupal\geolocationCode
public function getSettingsForm($center_option_id, array $settings, $context = NULL);