public function ConflictListBuilder::getTitle in Workspace 8
Get the title of the entire table.
Return value
string The title to use for the whole table.
1 call to ConflictListBuilder::getTitle()
- ConflictListBuilder::buildList in src/
Controller/ Component/ ConflictListBuilder.php - Build the render array to display on the page.
File
- src/
Controller/ Component/ ConflictListBuilder.php, line 171
Class
- ConflictListBuilder
- A list builder for entity revision conflicts.
Namespace
Drupal\workspace\Controller\ComponentCode
public function getTitle() {
return '';
}