mp3player.module in MP3 Player 8
Same filename and directory in other branches
File
mp3player.moduleView source
<?php
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_help().
*/
function mp3player_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.mp3player':
return '<p>' . t("A module to integrate the WordPress Audio Player into Drupal.") . '</p>';
}
}
Functions
Name | Description |
---|---|
mp3player_help | Implements hook_help(). |