public function InstallerException::getTitle

public InstallerException::getTitle()

Returns the exception page title.

Return value

string

File

core/lib/Drupal/Core/Installer/Exception/InstallerException.php, line 42

Class

InstallerException
Base class for exceptions thrown by installer.

Namespace

Drupal\Core\Installer\Exception

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Installer!Exception!InstallerException.php/function/InstallerException::getTitle/8.1.x