function InstallerException::getTitle
Same name in other branches
- 9 core/lib/Drupal/Core/Installer/Exception/InstallerException.php \Drupal\Core\Installer\Exception\InstallerException::getTitle()
- 10 core/lib/Drupal/Core/Installer/Exception/InstallerException.php \Drupal\Core\Installer\Exception\InstallerException::getTitle()
- 11.x 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 42
Class
- InstallerException
- Base class for exceptions thrown by installer.
Namespace
Drupal\Core\Installer\ExceptionCode
public function getTitle() {
return $this->title;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.