Search for config

  1. Search 7.x for config
  2. Search 8.9.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes sort handlers by adding the sort identifier.
ViewsConfigUpdater::setDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Sets the deprecations enabling status.
ViewsConfigUpdater::updateAll function core/modules/views/src/ViewsConfigUpdater.php Performs all required updates.
ViewsConfigUpdater::__construct function core/modules/views/src/ViewsConfigUpdater.php ViewsConfigUpdater constructor.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @coversDefaultClass \Drupal\views\ViewsConfigUpdater[[api-linebreak]]
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$configUpdater property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php The views config updater.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to enable.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdateDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsImageLazyLoadFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsOperatorDefaultsUpdateDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testUpdateAll function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::updateAll[[api-linebreak]]
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.
ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php An array of config object names that are excluded from schema checking.
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_post_update_configuration_entity_relationships function core/modules/views/views.post_update.php Clear errors caused by relationships to configuration entities.
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_views_post_render function core/modules/views/tests/modules/views_test_config/views_test_config.module Implements hook_views_post_render().
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.
WidgetPluginManager::prepareConfiguration function core/lib/Drupal/Core/Field/WidgetPluginManager.php Merges default values for widget configuration.
WildcardHtmlSupportTest::providerGhsConfiguration function core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php
WildcardHtmlSupportTest::testGhsConfiguration function core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::getDynamicPluginConfig()[[api-linebreak]]
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig()[[api-linebreak]]
@dataProvider providerGhsConfiguration
WorkflowCustomAccessType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Gets default configuration for this plugin.
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.

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