W3cubDocs

/Drupal 8

class NoProfilesException

Exception thrown if no installation profiles are available.

Hierarchy

File

core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php, line 10

Namespace

Drupal\Core\Installer\Exception

Members

Name Modifiers Type Description
InstallerException::$title protected property The page title to output.
InstallerException::getTitle public function Returns the exception page title.
NoProfilesException::__construct public function Constructs a new "no profiles available" exception. Overrides InstallerException::__construct
StringTranslationTrait::$stringTranslation protected property The string translation service.
StringTranslationTrait::formatPlural protected function Formats a string containing a count of items.
StringTranslationTrait::getNumberOfPlurals protected function Returns the number of plurals supported by a given language.
StringTranslationTrait::getStringTranslation protected function Gets the string translation service.
StringTranslationTrait::setStringTranslation public function Sets the string translation service to use.
StringTranslationTrait::t protected function Translates a string to the current language or to a given language.

© 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!NoProfilesException.php/class/NoProfilesException/8.1.x