You are here

protected function WorkflowTransitionListBuilder::getTitle in Workflow 8

Gets the title of the page.

Return value

string A string title of the page.

Overrides EntityListBuilder::getTitle

File

src/WorkflowTransitionListBuilder.php, line 234

Class

WorkflowTransitionListBuilder
Defines a class to build a draggable listing of Workflow State entities.

Namespace

Drupal\workflow

Code

protected function getTitle() {
  return $this
    ->t('Workflow history');
}