You are here

protected function LayoutController::getCaption in Block List Override 1.0.x

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_list_override\Controller

Code

protected function getCaption() {
  return $this
    ->t('This page lists block IDs available to the Layout Builder for all contexts.');
}