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
7d7f3376
Commit
7d7f3376
authored
Jun 14, 2013
by
Jennifer Hodgdon
Browse files
Issue
#2018575
by longwave: Fix class descriptions in doc blocks of list controllers
parent
fbc75312
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/menu/lib/Drupal/menu/MenuListController.php
View file @
7d7f3376
...
...
@@ -10,7 +10,7 @@
use
Drupal\Core\Entity\EntityInterface
;
/**
* Provides a listing of
contact categorie
s.
* Provides a listing of
menu
s.
*/
class
MenuListController
extends
ConfigEntityListController
{
...
...
core/modules/shortcut/lib/Drupal/shortcut/ShortcutListController.php
View file @
7d7f3376
...
...
@@ -10,7 +10,7 @@
use
Drupal\Core\Entity\EntityInterface
;
/**
* Provides a listing of
contact categorie
s.
* Provides a listing of
shortcut set
s.
*/
class
ShortcutListController
extends
ConfigEntityListController
{
...
...
core/modules/user/lib/Drupal/user/RoleListController.php
View file @
7d7f3376
...
...
@@ -12,7 +12,7 @@
use
Drupal\Core\Form\FormInterface
;
/**
* Provides a listing of
contact categori
es.
* Provides a listing of
user rol
es.
*/
class
RoleListController
extends
ConfigEntityListController
implements
FormInterface
{
...
...
Write
Preview
Supports
Markdown
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