You are here

function openlayers_layer_type_yahoo::settings_form in Openlayers 6.2

File

includes/layer_types/yahoo.inc, line 64
Yahoo Layer Type

Class

openlayers_layer_type_yahoo
OpenLayers Yahoo Layer Type class

Code

function settings_form() {
  return array(
    'openlayers_layers_yahoo_api' => array(
      '#type' => 'textfield',
      '#title' => t('Yahoo API Key'),
      '#default_value' => variable_get('openlayers_layers_yahoo_api', ''),
    ),
  );
}