Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
SimpleConfigSectionStorage::setSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Stores the information for all sections.
SimpleConfigSectionStorage::__construct function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Overrides \Drupal\Component\Plugin\PluginBase::__construct().
SimpleConfigSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Tests the test implementation of section storage.
SimpleConfigSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php
SimpleConfigSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Modules to enable.
SimpleConfigSectionStorageTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Sets up the section storage entity.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
SimpleTestTest::confirmStubTestResults function core/modules/simpletest/src/Tests/SimpleTestTest.php Confirm that the stub test produced the desired results.
simpletest_phpunit_configuration_filepath function core/modules/simpletest/simpletest.module Returns the path to core's phpunit.xml.dist configuration file.
SiteConfigureForm class core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Provides the site configuration form.
SiteConfigureForm.php file core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
SiteConfigureForm::$countryManager property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The country manager.
SiteConfigureForm::$moduleInstaller property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The module installer.
SiteConfigureForm::$root property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The app root.
SiteConfigureForm::$sitePath property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The site path.
SiteConfigureForm::$state property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The state service.
SiteConfigureForm::$userStorage property core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php The user storage.
SiteConfigureForm::buildForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form constructor.
SiteConfigureForm::create function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Instantiates a new instance of this class.
SiteConfigureForm::getEditableConfigNames function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Gets the configuration names that will be editable.
SiteConfigureForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Returns a unique string identifying the form.
SiteConfigureForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form submission handler.
SiteConfigureForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form validation handler.
SiteConfigureForm::__construct function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Constructs a new SiteConfigureForm.
SiteInformationForm::getEditableConfigNames function core/modules/system/src/Form/SiteInformationForm.php Gets the configuration names that will be editable.
SiteMaintenanceModeForm::getEditableConfigNames function core/modules/system/src/Form/SiteMaintenanceModeForm.php Gets the configuration names that will be editable.
SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests writable files remain writable when directory hardening is disabled.
SiteSettingsForm::createRandomConfigDirectory function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Create a random config sync directory.
StandardInstallerTest::testStandardConfig function core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php Ensures that the exported standard configuration is up to date.
standard_form_install_configure_form_alter function core/profiles/standard/standard.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_form_install_configure_submit function core/profiles/standard/standard.profile Submission handler to sync the contact.form.feedback recipient.
StaticMenuLinkOverrides::$config property core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php The menu link overrides config object.
StaticMenuLinkOverrides::$configFactory property core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php The config factory object.
StaticMenuLinkOverrides::$configName property core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php The config name used to store the overrides.
StaticMenuLinkOverrides::getConfig function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Gets the configuration object when needed.
StatisticsPopularBlock::defaultConfiguration function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsSettingsForm::getEditableConfigNames function core/modules/statistics/src/StatisticsSettingsForm.php Gets the configuration names that will be editable.
StorableConfigBase class core/lib/Drupal/Core/Config/StorableConfigBase.php Provides a base class for configuration objects with storage support.
StorableConfigBase.php file core/lib/Drupal/Core/Config/StorableConfigBase.php
StorableConfigBase::$isNew property core/lib/Drupal/Core/Config/StorableConfigBase.php Whether the configuration object is new or has been saved to the storage.
StorableConfigBase::$originalData property core/lib/Drupal/Core/Config/StorableConfigBase.php The data of the configuration object.
StorableConfigBase::$schemaWrapper property core/lib/Drupal/Core/Config/StorableConfigBase.php The config schema wrapper object for this configuration object.
StorableConfigBase::$storage property core/lib/Drupal/Core/Config/StorableConfigBase.php The storage used to load and save this configuration object.
StorableConfigBase::$typedConfigManager property core/lib/Drupal/Core/Config/StorableConfigBase.php The typed config manager.
StorableConfigBase::castValue function core/lib/Drupal/Core/Config/StorableConfigBase.php Casts the value to correct data type using the configuration schema.
StorableConfigBase::delete function core/lib/Drupal/Core/Config/StorableConfigBase.php Deletes the configuration object.
StorableConfigBase::getSchemaWrapper function core/lib/Drupal/Core/Config/StorableConfigBase.php Gets the schema wrapper for the whole configuration object.
StorableConfigBase::getStorage function core/lib/Drupal/Core/Config/StorableConfigBase.php Retrieves the storage used to load and save this configuration object.
StorableConfigBase::initWithData function core/lib/Drupal/Core/Config/StorableConfigBase.php Initializes a configuration object with pre-loaded data.
StorableConfigBase::isNew function core/lib/Drupal/Core/Config/StorableConfigBase.php Returns whether this configuration object is new.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.