rdf_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/rdf/rdf.module, line 15 Enables semantically enriched output for Drupal sites in the form of RDFa.
Code
function rdf_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.rdf':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The RDF module enriches your content with metadata to let other