taxonomy_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/taxonomy/taxonomy.module, line 47 Enables the organization of content into categories.
Code
function taxonomy_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.taxonomy':
$field_ui_url = \Drupal::moduleHandler()->moduleExists('field_ui') ? \Drupal::url('help.page', array('name' => 'field_ui')) : '#';
$output = '';
$outp