yamaps_example_feature.module in Yandex.Maps 7
File
modules/yamaps_example_feature/yamaps_example_feature.moduleView source
<?php
/**
* @file
* Code for the Yandex Maps example feature feature.
*/
include_once 'yamaps_example_feature.features.inc';
/**
* Implements hook_help().
*/
function yamaps_example_feature_help($path, $arg) {
if ($path == 'admin/help#yamaps_example_feature') {
return t('Check !link for tutorials and videos on how to use this module.', [
'!link' => l(t('Yandex Maps page'), 'admin/help/yamaps'),
]);
}
}
Functions
Name | Description |
---|---|
yamaps_example_feature_help | Implements hook_help(). |