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. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
UserThemeHooks::processPasswordConfirm function core/modules/user/src/Hook/UserThemeHooks.php Form element process handler for client-side password validation.
UserUpdate7002::$dateConfig property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Contains the system.theme configuration object.
user_config_override_test.info.yml file core/modules/user/tests/modules/user_config_override_test/user_config_override_test.info.yml core/modules/user/tests/modules/user_config_override_test/user_config_override_test.info.yml
user_config_override_test.overrider service core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml Drupal\user_config_override_test\ConfigOverrider
user_config_override_test.services.yml file core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml
user_form_process_password_confirm function core/modules/user/user.module Form element process handler for client-side password validation.
ValidationErrorBlock::validateConfigurationForm function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/ValidationErrorBlock.php Most block plugins should not override this method. To add validation
for a specific block type, override BlockBase::blockValidate().
ValidatorsTest::$typedConfig property core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php The typed config manager.
ValidKeysConstraintValidatorTest::$config property core/tests/Drupal/KernelTests/Core/TypedData/ValidKeysConstraintValidatorTest.php The typed config under test.
ValidSequenceKeysValidatorTest::$typedConfigManager property core/tests/Drupal/KernelTests/Core/Validation/ValidSequenceKeysValidatorTest.php The typed configuration manager.
VariantBase::buildConfigurationForm function core/lib/Drupal/Core/Display/VariantBase.php Form constructor.
VariantBase::defaultConfiguration function core/lib/Drupal/Core/Display/VariantBase.php Gets default configuration for this plugin.
VariantBase::getConfiguration function core/lib/Drupal/Core/Display/VariantBase.php Gets this plugin's configuration.
VariantBase::submitConfigurationForm function core/lib/Drupal/Core/Display/VariantBase.php Form submission handler.
VariantBase::validateConfigurationForm function core/lib/Drupal/Core/Display/VariantBase.php Form validation handler.
VendorHardeningPlugin::$config property composer/Plugin/VendorHardening/VendorHardeningPlugin.php Configuration.
views.view.test_field_config_translation_filter.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_config_translation_filter.yml
ViewsBlock::defaultConfiguration function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsBlock::getConfiguration function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsBlockBase::buildConfigurationForm function core/modules/views/src/Plugin/Block/ViewsBlockBase.php Form constructor.
ViewsBlockBase::defaultConfiguration function core/modules/views/src/Plugin/Block/ViewsBlockBase.php
ViewsConfigDependenciesIntegrationTest class core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration of views with other modules.
ViewsConfigDependenciesIntegrationTest.php file core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Modules to install.
ViewsConfigDependenciesIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Views to be enabled.
ViewsConfigDependenciesIntegrationTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests uninstalling a module that provides a base table for a View.
ViewsConfigDependenciesIntegrationTest::testConfigRemovalRole function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests removing a config dependency that deletes the View.
ViewsConfigDependenciesIntegrationTest::testImage function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration with image module.
ViewsConfigEntityTest class core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php Defines a configuration-based entity type used for testing Views data.
ViewsConfigEntityTest.php file core/modules/views/tests/modules/views_config_entity_test/src/Entity/ViewsConfigEntityTest.php
ViewsConfigEntityTestViewsData class core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Provides a view to override views data for config test entity types.
ViewsConfigEntityTestViewsData.php file core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php
ViewsConfigEntityTestViewsData::getViewsData function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Returns views data for the entity type.
ViewsConfigEntityTestViewsData::getViewsTableForEntityType function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Gets the table of an entity type to be used as base table in views.
ViewsConfigUpdater class core/modules/views/src/ViewsConfigUpdater.php Provides a BC layer for modules providing old configurations.
ViewsConfigUpdater.php file core/modules/views/src/ViewsConfigUpdater.php
ViewsConfigUpdater::$deprecationsEnabled property core/modules/views/src/ViewsConfigUpdater.php Flag determining whether deprecations should be triggered.
ViewsConfigUpdater::$triggeredDeprecations property core/modules/views/src/ViewsConfigUpdater.php Stores which deprecations were triggered.
ViewsConfigUpdater::areDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Whether deprecations are enabled.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
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 Tests Drupal\views\ViewsConfigUpdater.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Tests the views config updater service.
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php The theme to install as the default for testing.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to install.

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