protected function DefaultController::getCaption in Block Blacklist [Deprecated] 8
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_blacklist\ControllerCode
protected function getCaption() {
return $this
->t('This page lists all system-wide block IDs for all contexts.');
}