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;
}
doc_Drupal
2016-10-29 09:20:50
Comments
Leave a Comment

Please login to continue.