You are here

public function InstallerException::getTitle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Installer/Exception/InstallerException.php \Drupal\Core\Installer\Exception\InstallerException::getTitle()

Returns the exception page title.

Return value

string

File

core/lib/Drupal/Core/Installer/Exception/InstallerException.php, line 47
Contains \Drupal\Core\Installer\Exception\InstallerException.

Class

InstallerException
Base class for exceptions thrown by installer.

Namespace

Drupal\Core\Installer\Exception

Code

public function getTitle() {
  return $this->title;
}