Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InstallerException.php

function 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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal