function link_theme

link_theme()

Implements hook_theme().

File

core/modules/link/link.module, line 41
Defines simple link field types.

Code

function link_theme() {
  return array(
    'link_formatter_link_separate' => array(
      'variables' => array('title' => NULL, 'url_title' => NULL, 'url' => NULL),
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!link!link.module/function/link_theme/8.1.x