function anchor_link_theme in CKEditor Anchor Link - For Drupal 8 and 9 8
Implements hook_theme().
File
- ./
anchor_link.module, line 35 - Contains anchor_link.module.
Code
function anchor_link_theme() {
$theme = [];
return $theme;
}
Implements hook_theme().
function anchor_link_theme() {
$theme = [];
return $theme;
}