Presents a list of layouts.
Return value
array
An array as expected by drupal_render().
File
- drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php, line 48
- Contains \Drupal\shortcut\Controller\ShortCutController.
Class
- ShortcutController
- Builds the page for administering shortcut sets.
Namespace
Drupal\shortcut\Controller
Code
public function shortcutSetAdmin() {
return $this->entityManager
->getListController('shortcut')
->render();
}