Skip to content
Snippets Groups Projects
Commit 53302eeb authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2155889 by tim.plunkett: Remove Editor::label().

parent bd01bba5
No related branches found
No related tags found
No related merge requests found
......@@ -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()
*/
......
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