protected function LayoutController::getCaption in Block Blacklist [Deprecated] 8
Provide a caption for the table.
Return value
array Formatted text for the caption.
Overrides DefaultController::getCaption
File
- src/
Controller/ LayoutController.php, line 15
Class
- LayoutController
- Class DefaultController.
Namespace
Drupal\block_blacklist\ControllerCode
protected function getCaption() {
return $this
->t('This page lists block IDs available to the Layout Builder for all contexts.');
}