You are here

8 calls to ConfigInstaller::lazyLoadItself() in Drupal 10

ConfigInstaller::checkConfigurationToInstall in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Checks the configuration that will be installed for an extension.
ConfigInstaller::getSourceStorage in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Gets the configuration storage that provides the default configuration.
ConfigInstaller::installCollectionDefaultConfig in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Installs all default configuration in the specified collection.
ConfigInstaller::installDefaultConfig in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Installs the default configuration of a given extension.
ConfigInstaller::installOptionalConfig in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Installs optional configuration.
ConfigInstaller::isSyncing in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Gets the syncing state.
ConfigInstaller::setSourceStorage in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Sets the configuration storage that provides the default configuration.
ConfigInstaller::setSyncing in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Sets the status of the isSyncing flag.