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
ViewsTestConfigUpdaterHooks::__construct function core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php
ViewStorageTest::$configProperties property core/modules/views/tests/src/Kernel/ViewStorageTest.php Properties that should be stored in the configuration.
ViewStorageTest::testConfigurationEntityCRUD function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests CRUD operations.
ViewsUiTestHooks::formViewsUiConfigItemExtraFormAlter function core/modules/views_ui/tests/modules/views_ui_test/src/Hook/ViewsUiTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
views_config_entity_test.info.yml file core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml
views_config_entity_test.schema.yml file core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
views_test_config.info.yml file core/modules/views/tests/modules/views_test_config/views_test_config.info.yml core/modules/views/tests/modules/views_test_config/views_test_config.info.yml
views_test_config.views.schema.yml file core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
views_test_config_updater.info.yml file core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.info.yml core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.info.yml
views_test_config_updater.post_update.php file core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.post_update.php
views_test_config_updater_post_update_set_deprecations_disabled function core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.post_update.php Test post update to set deprecations disabled.
ViewUI::getConfigDependencyKey function core/modules/views_ui/src/ViewUI.php Gets the key that is used to store configuration dependencies.
ViewUI::getConfigDependencyName function core/modules/views_ui/src/ViewUI.php Gets the configuration dependency name.
ViewUI::getConfigTarget function core/modules/views_ui/src/ViewUI.php Gets the configuration target identifier for the entity.
VocabularyResetForm::getConfirmText function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a caption for the button that confirms the action.
WidgetPluginManager::prepareConfiguration function core/lib/Drupal/Core/Field/WidgetPluginManager.php Merges default values for widget configuration.
WildcardConfigActionsTest class core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests config actions targeting multiple entities using wildcards.
WildcardConfigActionsTest.php file core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php
WildcardConfigActionsTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Modules to install.
WildcardConfigActionsTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php
WildcardConfigActionsTest::testCreateForEach function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action works as expected in normal conditions.
WildcardConfigActionsTest::testCreateForEachErrorsIfAlreadyExists function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action errs on conflict with existing config.
WildcardConfigActionsTest::testCreateForEachErrorsIfNoBundleEntityTypesExist function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action requires bundle entity types to exist.
WildcardConfigActionsTest::testCreateForEachIfNotExists function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEachIfNotExists action ignores existing config.
WildcardConfigActionsTest::testCreateForEachNotAvailableOnNonBundleEntities function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action only works on bundle entities.
WildcardConfigActionsTest::testCreateForEachValidatesCreatedEntities function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that the createForEach action validates the config it creates.
WildcardConfigActionsTest::testCreateForEachWithLabel function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests using the `%label` placeholder with the createForEach action.
WildcardConfigActionsTest::testInvalidExpression function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that an invalid wildcard expression will raise an error.
WildcardConfigActionsTest::testTargetEntitiesByWildcards function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests targeting multiple config entities for an action, using wildcards.
WildcardHtmlSupportTest::providerGhsConfiguration function core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php Provides test cases for CKEditor 5 General HTML Support (GHS) configuration.
WildcardHtmlSupportTest::testGhsConfiguration function core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php Tests ghs configuration.
WorkflowCustomAccessType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Gets default configuration for this plugin.
WorkflowDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowStateDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowTypeBase::defaultConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets default configuration for this plugin.
WorkflowTypeBase::setConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Sets the configuration for this plugin instance.
WorkflowTypeConfigureFormBase class core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php A base class for workflow type configuration forms.
WorkflowTypeConfigureFormBase.php file core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php
WorkflowTypeConfigureFormBase::$workflowType property core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php The workflow type.
WorkflowTypeConfigureFormBase::setPlugin function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Sets the plugin for this object.
WorkflowTypeConfigureFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Form validation handler.
WorkflowTypeStateFormBase::submitConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php Form submission handler.
WorkflowTypeStateFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php Form validation handler.
WorkflowTypeTransitionFormBase::submitConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php Form submission handler.
WorkflowTypeTransitionFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php Form validation handler.
WorkflowUiTest::testWorkflowConfigurationForm function core/modules/workflows/tests/src/Functional/WorkflowUiTest.php Tests the workflow configuration form.
WorkspaceConflictException class core/modules/workspaces/src/WorkspaceConflictException.php An exception thrown when two workspaces are in a conflicting content state.
WorkspaceConflictException.php file core/modules/workspaces/src/WorkspaceConflictException.php
WorkspaceMerger::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Checks if there are any conflicts between the source and the target.

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