Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
53302eeb
Commit
53302eeb
authored
Dec 19, 2013
by
webchick
Browse files
Issue
#2155889
by tim.plunkett: Remove Editor::label().
parent
bd01bba5
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/editor/lib/Drupal/editor/Entity/Editor.php
View file @
53302eeb
...
...
@@ -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()
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment