protected function DefaultController::getCaption in Block List Override 1.0.x
Provide a caption for the table.
Return value
array Formatted text for the caption.
1 call to DefaultController::getCaption()
- DefaultController::list in src/
Controller/ DefaultController.php - List.
1 method overrides DefaultController::getCaption()
- LayoutController::getCaption in src/
Controller/ LayoutController.php - Provide a caption for the table.
File
- src/
Controller/ DefaultController.php, line 116
Class
- DefaultController
- Class DefaultController.
Namespace
Drupal\block_list_override\ControllerCode
protected function getCaption() {
return $this
->t('This page lists all system-wide block IDs for all contexts.');
}