You are here

public function LocationInputInterface::getSettingsForm in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/LocationInputInterface.php \Drupal\geolocation\LocationInputInterface::getSettingsForm()

Settings form by ID and context.

Parameters

int $center_option_id: LocationInput 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 LocationInputInterface::getSettingsForm()
LocationInputBase::getSettingsForm in src/LocationInputBase.php
Settings form by ID and context.

File

src/LocationInputInterface.php, line 44

Class

LocationInputInterface
Defines an interface for geolocation LocationInput plugins.

Namespace

Drupal\geolocation

Code

public function getSettingsForm($center_option_id, array $settings, $context = NULL);