UnroutedUrlAssembler::addOptionDefaults

protected UnroutedUrlAssembler::addOptionDefaults(array &$options) Merges in default defaults Parameters array $options: The options to merge in the defaults. File core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php, line 165 Class UnroutedUrlAssembler Provides a way to build external or non Drupal local domain URLs. Namespace Drupal\Core\Utility Code protected function addOptionDefaults(array &$options) { $request = $this->requestStack->getCurrentRequest(); $curre

UnroutedUrlAssembler::$requestStack

A request stack object. Type: \Symfony\Component\HttpFoundation\RequestStack File core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php, line 22 Class UnroutedUrlAssembler Provides a way to build external or non Drupal local domain URLs. Namespace Drupal\Core\Utility Code protected $requestStack;

UnroutedUrlAssembler

Provides a way to build external or non Drupal local domain URLs. It takes into account configured safe HTTP protocols. Hierarchy class \Drupal\Core\Utility\UnroutedUrlAssembler implements UnroutedUrlAssemblerInterface File core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php, line 15 Namespace Drupal\Core\Utility Members Name Modifiers Type Description UnroutedUrlAssembler::$pathProcessor protected property The outbound path processor. UnroutedUrlAssembler::$requestS

UnmetDependenciesException::$extension

The name of the extension that is being installed. Type: string File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 25 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config Code protected $extension;

UnmetDependenciesException::getExtension

public UnmetDependenciesException::getExtension() Gets the name of the extension that is being installed. Return value string The name of the extension that is being installed. File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 43 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config Code public function getExtension() { return $this->extension; }

UnmetDependenciesException::create

public static UnmetDependenciesException::create($extension, array $config_objects) Creates an exception for an extension and a list of configuration objects. Parameters $extension: The name of the extension that is being installed. array $config_objects: A list of configuration object names that have unmet dependencies Return value \Drupal\Core\Config\PreExistingConfigException File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 77 Class UnmetDependenciesException An e

UnmetDependenciesException::getConfigObjects

public UnmetDependenciesException::getConfigObjects() Gets the list of configuration objects that have unmet dependencies. Return value array A list of configuration objects that have unmet dependencies. File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 33 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config Code public function getConfigObjects() { return $this->configObjects; }

UnmetDependenciesException::getTranslatedMessage

public UnmetDependenciesException::getTranslatedMessage(TranslationInterface $string_translation, $extension) Gets a translated message from the exception. Parameters \Drupal\Core\StringTranslation\TranslationInterface $string_translation: The string translation service. Return value string File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 55 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config

UnmetDependenciesException::$configObjects

A list of configuration objects that have unmet dependencies. Type: array File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 18 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config Code protected $configObjects = [];

UnmetDependenciesException

An exception thrown if configuration has unmet dependencies. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\UnmetDependenciesException File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 11 Namespace Drupal\Core\Config Members Name Modifiers Type Description UnmetDependenciesException::$configObjects protected property A list of configuration objects that have unmet dependencies. UnmetDependenci