Search for conf

  1. Search 7.x for conf
  2. Search 8.9.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
CKEditor5PluginConfigurableInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableInterface.php Defines an interface for configurable CKEditor 5 plugins.
CKEditor5PluginConfigurableInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableInterface.php
CKEditor5PluginConfigurableTrait trait core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php Provides a trait for configurable CKEditor 5 plugins.
CKEditor5PluginConfigurableTrait.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
CKEditor5PluginConfigurableTrait::getConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
CKEditor5PluginConfigurableTrait::setConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
CKEditor5PluginDefault::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefault.php Allows a plugin to modify its static configuration.
CKEditor5PluginDefinition::getCKEditor5Config function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets keyed array of additional values for the CKEditor 5 configuration.
CKEditor5PluginDefinition::getTypedConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Returns the typed configuration service.
CKEditor5PluginDefinition::hasCKEditor5Config function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Whether this plugin has additional values for the CKEditor 5 configuration.
CKEditor5PluginDefinition::isConfigurable function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Whether this plugin is configurable by the user.
CKEditor5PluginDefinition::validateConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the given configuration array.
CKEditor5PluginInterface::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginInterface.php Allows a plugin to modify its static configuration.
CKEditor5PluginManager::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManager::getPluginConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the plugin configuration (if any) from a text editor config entity.
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManagerTest::$typedConfig property core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php The typed config manager.
CKEditor5StylesheetsMessage::$configFactory property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The config factory.
ckeditor5_config_schema_info_alter function core/modules/ckeditor5/ckeditor5.module Implements hook_config_schema_info_alter().
CKEditor::buildConfigurationForm function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Form constructor.
CKEditor::submitConfigurationForm function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Form submission handler.
CKEditor::validateConfigurationForm function core/modules/ckeditor/src/Plugin/Editor/CKEditor.php Form validation handler.
CKEditorPluginConfigurableInterface interface core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Defines an interface for configurable CKEditor plugins.
CKEditorPluginConfigurableInterface.php file core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
CKEditorPluginConfigurableInterface::settingsForm function core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Returns a settings form to configure this CKEditor plugin.
CKEditorPluginInterface::getConfig function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
CKEditorTest::getDefaultAllowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultContentsCssConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultDisallowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultInternalConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultToolbarConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::testInternalGetConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests Internal::getConfig().
CKEditorTest::testStylesComboGetConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests StylesCombo::getConfig().
ClaroPasswordConfirmWidgetTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget with Claro theme.
ClaroPasswordConfirmWidgetTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php
ClaroPasswordConfirmWidgetTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php The theme to install as the default for testing.
ClaroPasswordConfirmWidgetTest::testFillConfirmOnly function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests that password match message is invisible when widget is initialized.
ClaroTest::testConfigSchema function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests Claro's configuration schema.
claro_form_views_ui_config_item_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI config form.
claro_preprocess_form_element__password_confirm function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for form_element__password_confirm.
color.config_cache_invalidator service core/modules/color/color.services.yml Drupal\color\EventSubscriber\ColorConfigCacheInvalidator
Color::$configFactory property core/modules/color/src/Plugin/migrate/destination/Color.php The configuration factory.
ColorConfigCacheInvalidator class core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php A subscriber invalidating cache tags when color config objects are saved.
ColorConfigCacheInvalidator.php file core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::$cacheTagsInvalidator property core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php The cache tags invalidator.
ColorConfigCacheInvalidator::getSubscribedEvents function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
ColorConfigCacheInvalidator::onChange function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Invalidate cache tags when a color theme config object changes.
ColorConfigCacheInvalidator::__construct function core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php Constructs a ColorConfigCacheInvalidator object.
ColorConfigSchemaTest class core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php Ensures the color config schema is correct.

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