diff --git a/core/modules/editor/lib/Drupal/editor/Entity/Editor.php b/core/modules/editor/lib/Drupal/editor/Entity/Editor.php index a7bc66cfea08236861dfb7b297626aef14353add..f6f1c6c586c1faf4cb4969ce2c3e42388a46609f 100644 --- a/core/modules/editor/lib/Drupal/editor/Entity/Editor.php +++ b/core/modules/editor/lib/Drupal/editor/Entity/Editor.php @@ -66,14 +66,6 @@ public function id() { return $this->format; } - /** - * Overrides Drupal\Core\Entity\Entity::label(). - */ - public function label($langcode = NULL) { - $format = entity_load('filter_format', $this->format); - return $format->name; - } - /** * Overrides Drupal\Core\Entity\Entity::__construct() */