public function AnchorLink::isInternal in CKEditor Anchor Link - For Drupal 8 and 9 8.2
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/AnchorLink.php \Drupal\anchor_link\Plugin\CKEditorPlugin\AnchorLink::isInternal()
Indicates if this plugin is part of the optimized CKEditor build.
Plugins marked as internal are implicitly loaded as part of CKEditor.
Return value
bool
Overrides CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ AnchorLink.php, line 45
Class
- AnchorLink
- Defines the "link" plugin.
Namespace
Drupal\anchor_link\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}