Skip to content
Snippets Groups Projects
Commit 6352edf7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2007248 by larowlan, tim.plunkett, xjm, Wim Leers: Fixed When CKEditor...

Issue #2007248 by larowlan, tim.plunkett, xjm, Wim Leers: Fixed When CKEditor module is uninstalled, the right text editor config entities are affected but their labels are missing.
parent 008bf086
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,13 @@ public function __construct(array $values, $entity_type) {
$this->settings += $default_settings;
}
/**
* {@inheritdoc}
*/
public function label() {
return $this->getFilterFormat()->label();
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment