You are here

function yamaps_element_info in Yandex.Maps 7

Implements hook_element_info().

File

./yamaps.module, line 79
Yandex Maps module main file.

Code

function yamaps_element_info() {
  return [
    'yamaps_field' => [
      '#input' => TRUE,
      '#theme_wrappers' => [
        'form_element',
      ],
    ],
  ];
}