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
ViewsConfigUpdaterTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate
ViewsConfigUpdaterTest::testUpdateAll function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::updateAll
ViewsDataTest::$configFactory property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked config factory.
ViewsMenuLinkForm::buildConfigurationForm function core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Form constructor.
ViewsSelection::buildConfigurationForm function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Form constructor.
ViewsSelection::defaultConfiguration function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets default configuration for this plugin.
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.
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_field_config_delete function core/modules/views/views.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
views_field_config_insert function core/modules/views/views.module Implements hook_ENTITY_TYPE_insert() for 'field_config'.
views_field_config_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
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.module file core/modules/views/tests/modules/views_test_config/views_test_config.module Contains the "views_test_config" module main functionality.
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_view_load function core/modules/views/tests/modules/views_test_config/views_test_config.module Implements hook_ENTITY_TYPE_load().
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.
WarmCacheUpdateFrom8dot6Test::initConfig function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Initialize various configurations post-installation.
WidgetPluginManager::prepareConfiguration function core/lib/Drupal/Core/Field/WidgetPluginManager.php Merges default values for widget 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::getConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets this plugin's configuration.
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 Test 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.
WorkspaceOperationInterface::checkConflictsOnTarget function core/modules/workspaces/src/WorkspaceOperationInterface.php Checks if there are any conflicts between the source and the target.
WorkspacePublisher::checkConflictsOnTarget function core/modules/workspaces/src/WorkspacePublisher.php Checks if there are any conflicts between the source and the target.
WorkspacesContentModerationStateTest::testModerationWithFieldConfigOverride function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Tests moderation when the moderation_state field has a config override.
WorkspacesContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Test the content moderation workflow dependencies for non-config bundles.

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