class MapProviderBase in Static Map 7
Class MapProviderBase
Hierarchy
- class \MapProviderBase
Expanded class hierarchy of MapProviderBase
File
- includes/
MapProviderBase.php, line 11 - Base map provider.
View source
class MapProviderBase {
/**
* Build parameters.
*
* @param array $items
* Items array.
*
* @param array $settings
* Settings array.
*/
public function buildParams(&$items, &$settings) {
}
public $apiUri = '';
/**
* Altering preset form.
*
* @param array $form
* Drupal form array.
*
* @param array $form_state
* Drupal form state array.
*
* @param array $preset_data
* Data array for preset.
*/
public function presetFormAlter(&$form, &$form_state, $preset_data) {
}
/**
* Summary settins markup.
*
* @param string $field
* Fiels machine name.
*
* @param array $instance
* Field instance.
* @param string $view_mode
* View mode for a field.
*
* @param array $preset_data
* Data array for preset.
*/
public function fieldFormatterSettingsSummary($field, $instance, $view_mode, $preset_data) {
}
}
Members
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MapProviderBase:: |
public | property | 2 | |
MapProviderBase:: |
public | function | Build parameters. | 2 |
MapProviderBase:: |
public | function | Summary settins markup. | 2 |
MapProviderBase:: |
public | function | Altering preset form. | 2 |