function LinkHooks::theme
Implements hook_theme().
File
-
core/
modules/ link/ src/ Hook/ LinkHooks.php, line 59
Class
- LinkHooks
- Hook implementations for link.
Namespace
Drupal\link\HookCode
public function theme() : array {
return [
'link_formatter_link_separate' => [
'variables' => [
'title' => NULL,
'url_title' => NULL,
'url' => NULL,
],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.