Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
MultiWidthLayoutBase::defaultConfiguration function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Gets default configuration for this plugin.
MultiWidthLayoutBase::submitConfigurationForm function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Form submission handler.
NavigationLinkBlock::defaultConfiguration function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php
NavigationMenuBlock::defaultConfiguration function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
NavigationMenuBlockTest::testConfigLevelDepth function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests the config start level and depth.
NavigationMenuBlockTest::testSystemMenuBlockConfigDependencies function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests calculation of a system navigation menu block's config dependencies.
NavigationSectionStorage::$configFactory property core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php The config factory.
NavigationSectionStorage::getConfigName function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the name to be used to store in the config system.
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Gets the configuration names that will be editable.
NegotiationBrowserForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm class core/modules/language/src/Form/NegotiationConfigureForm.php Configure the selected language negotiation method for this site.
NegotiationConfigureForm.php file core/modules/language/src/Form/NegotiationConfigureForm.php
NegotiationConfigureForm::$blockManager property core/modules/language/src/Form/NegotiationConfigureForm.php The block manager.
NegotiationConfigureForm::$blockStorage property core/modules/language/src/Form/NegotiationConfigureForm.php The block storage.
NegotiationConfigureForm::$languageManager property core/modules/language/src/Form/NegotiationConfigureForm.php The language manager.
NegotiationConfigureForm::$languageTypes property core/modules/language/src/Form/NegotiationConfigureForm.php Stores the configuration object for language.types.
NegotiationConfigureForm::$negotiator property core/modules/language/src/Form/NegotiationConfigureForm.php The language negotiator.
NegotiationConfigureForm::$themeHandler property core/modules/language/src/Form/NegotiationConfigureForm.php The theme handler.
NegotiationConfigureForm::buildForm function core/modules/language/src/Form/NegotiationConfigureForm.php Form constructor.
NegotiationConfigureForm::configureFormTable function core/modules/language/src/Form/NegotiationConfigureForm.php Builds a language negotiation method configuration table.
NegotiationConfigureForm::create function core/modules/language/src/Form/NegotiationConfigureForm.php Instantiates a new instance of this class.
NegotiationConfigureForm::disableLanguageSwitcher function core/modules/language/src/Form/NegotiationConfigureForm.php Disables the language switcher blocks.
NegotiationConfigureForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationConfigureForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm::getFormId function core/modules/language/src/Form/NegotiationConfigureForm.php Returns a unique string identifying the form.
NegotiationConfigureForm::submitForm function core/modules/language/src/Form/NegotiationConfigureForm.php Form submission handler.
NegotiationConfigureForm::__construct function core/modules/language/src/Form/NegotiationConfigureForm.php Constructs a NegotiationConfigureForm object.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NestedConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php Test form for testing config targets that are not 1:1.
NestedConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php
NestedConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php Form constructor.
NestedConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php Gets the configuration names that will be editable.
NestedConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php Returns a unique string identifying the form.
NewViewConfigSchemaTest class core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php Tests configuration schema against new views.
NewViewConfigSchemaTest.php file core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php
NewViewConfigSchemaTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php The theme to install as the default for testing.
NewViewConfigSchemaTest::$modules property core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php Modules to install.
NewViewConfigSchemaTest::testNewViews function core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php Tests creating brand new views.
node.type.config_mapping_test.yml file core/modules/system/tests/modules/config_mapping_test/config/optional/node.type.config_mapping_test.yml core/modules/system/tests/modules/config_mapping_test/config/optional/node.type.config_mapping_test.yml
NodeActionsConfigurationTest class core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php Tests configuration of actions provided by the Node module.
NodeActionsConfigurationTest.php file core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php
NodeActionsConfigurationTest::$defaultTheme property core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php The theme to install as the default for testing.
NodeActionsConfigurationTest::$modules property core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php Modules to install.
NodeActionsConfigurationTest::testAssignOwnerNodeActionAutocomplete function core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php Tests the autocomplete field when configuring the AssignOwnerNode action.
NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration function core/modules/action/tests/src/Functional/Node/NodeActionsConfigurationTest.php Tests configuration of the node_assign_owner_action action.
NodeAdminRouteSubscriber::$configFactory property core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php The config factory.
NodeAdminRouteSubscriber::onConfigSave function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Rebuilds the router when node.settings:use_admin_theme is changed.
NodeDeleteConfirmTest class core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php Tests JavaScript functionality specific to delete operations.
NodeDeleteConfirmTest.php file core/modules/node/tests/src/FunctionalJavascript/NodeDeleteConfirmTest.php

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