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
ConfigurableLanguageXmlBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The theme to install as the default for testing.
ConfigurableLanguageXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The format to use in this test.
ConfigurableLanguageXmlBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageXmlBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php Modules to install.
ConfigurableLanguageXmlCookieTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php @group rest
ConfigurableLanguageXmlCookieTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The authentication mechanism to use in this test.
ConfigurableLanguageXmlCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The theme to install as the default for testing.
ConfigurableLanguageXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The format to use in this test.
ConfigurableLanguageXmlCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The MIME type that corresponds to $format.
ConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Stub configurable plugin class for testing.
ConfigurablePluginBase class core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php Base class for plugins that are configurable.
ConfigurablePluginBase.php file core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php
ConfigurablePluginBase::__construct function core/lib/Drupal/Core/Plugin/ConfigurablePluginBase.php
ConfigurablePluginBaseTest class core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Tests ConfigurablePluginBase.
ConfigurablePluginBaseTest.php file core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php
ConfigurablePluginBaseTest::testConstructor function core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Tests the Constructor.
ConfigurablePluginBaseTestClass class core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Test class for ConfigurablePluginBase.
ConfigurablePluginBaseTestClass::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Gets default configuration for this plugin.
ConfigurablePluginTest class core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests configurable plugins.
ConfigurablePluginTest.php file core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::$manager property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php The manager for "CKEditor 5 plugin" plugins.
ConfigurablePluginTest::$modules property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Modules to install.
ConfigurablePluginTest::setUp function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::testDefaults function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests default settings for configurable CKEditor 5 plugins.
ConfigurableSearchPluginBase class core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Provides a base implementation for a configurable Search plugin.
ConfigurableSearchPluginBase.php file core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
ConfigurableSearchPluginBase::$searchPageId property core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php The unique ID for the search page using this plugin.
ConfigurableSearchPluginBase::calculateDependencies function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Calculates dependencies for the configured plugin.
ConfigurableSearchPluginBase::setSearchPageId function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Sets the ID for the search page using this plugin.
ConfigurableSearchPluginBase::validateConfigurationForm function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Form validation handler.
ConfigurableSearchPluginBase::__construct function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
ConfigurableSearchPluginInterface interface core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Provides an interface for a configurable Search plugin.
ConfigurableSearchPluginInterface.php file core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php
ConfigurableSearchPluginInterface::setSearchPageId function core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php Sets the ID for the search page using this plugin.
ConfigurableTestClass class core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php A test class using ConfigurablePluginTrait that can modify the de.
ConfigurableTestClass::$defaultConfiguration property core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php A default configuration for the test class to return.
ConfigurableTestClass::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Gets default configuration for this plugin.
ConfigurableTestClass::setDefaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Sets the default configuration this test will return.
ConfigurableTestClass::__construct function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ConfigurableTrait trait core/lib/Drupal/Core/Plugin/ConfigurableTrait.php Implementation class for \Drupal\Component\Plugin\ConfigurableInterface.
ConfigurableTrait.php file core/lib/Drupal/Core/Plugin/ConfigurableTrait.php
ConfigurableTrait::$configuration property core/lib/Drupal/Core/Plugin/ConfigurableTrait.php Configuration information passed into the plugin.
ConfigurableTrait::defaultConfiguration function core/lib/Drupal/Core/Plugin/ConfigurableTrait.php Gets default configuration for this plugin.
ConfigurableTrait::getConfiguration function core/lib/Drupal/Core/Plugin/ConfigurableTrait.php Gets this plugin's configuration.
ConfigurableTrait::setConfiguration function core/lib/Drupal/Core/Plugin/ConfigurableTrait.php Sets the configuration for this plugin instance.
ConfigurableTraitTest class core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Tests for ConfigurableTrait.
ConfigurableTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php
ConfigurableTraitTest::setConfigurationDataProvider function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Provides data for testSetConfiguration.
ConfigurableTraitTest::testDefaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Tests ConfigurableTrait::defaultConfiguration.

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