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
ConfigTestTrait trait core/tests/Drupal/Tests/ConfigTestTrait.php Provides helper methods to deal with config system objects in tests.
ConfigTestTrait.php file core/tests/Drupal/Tests/ConfigTestTrait.php
ConfigTestTrait::configImporter function core/tests/Drupal/Tests/ConfigTestTrait.php Returns a ConfigImporter object to import test configuration.
ConfigTestTrait::copyConfig function core/tests/Drupal/Tests/ConfigTestTrait.php Copies configuration objects from source storage to target storage.
ConfigTestXmlAnonTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php @group rest
ConfigTestXmlAnonTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
ConfigTestXmlAnonTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The theme to install as the default for testing.
ConfigTestXmlAnonTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The format to use in this test.
ConfigTestXmlAnonTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php The MIME type that corresponds to $format.
ConfigTestXmlBasicAuthTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php @group rest
ConfigTestXmlBasicAuthTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php
ConfigTestXmlBasicAuthTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestXmlBasicAuthTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The theme to install as the default for testing.
ConfigTestXmlBasicAuthTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The format to use in this test.
ConfigTestXmlBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestXmlBasicAuthTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php Modules to install.
ConfigTestXmlCookieTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php @group rest
ConfigTestXmlCookieTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php
ConfigTestXmlCookieTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The authentication mechanism to use in this test.
ConfigTestXmlCookieTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The theme to install as the default for testing.
ConfigTestXmlCookieTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The format to use in this test.
ConfigTestXmlCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php The MIME type that corresponds to $format.
ConfigTranslationAddForm class core/modules/config_translation/src/Form/ConfigTranslationAddForm.php Defines a form for adding configuration translations.
ConfigTranslationAddForm.php file core/modules/config_translation/src/Form/ConfigTranslationAddForm.php
ConfigTranslationAddForm::buildForm function core/modules/config_translation/src/Form/ConfigTranslationAddForm.php Implements \Drupal\Core\Form\FormInterface::buildForm().
ConfigTranslationAddForm::getFormId function core/modules/config_translation/src/Form/ConfigTranslationAddForm.php Returns a unique string identifying the form.
ConfigTranslationAddForm::submitForm function core/modules/config_translation/src/Form/ConfigTranslationAddForm.php Form submission handler.
ConfigTranslationBlockListBuilder class core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Defines the config translation list builder for blocks.
ConfigTranslationBlockListBuilder.php file core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php
ConfigTranslationBlockListBuilder::$themes property core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php An array of theme info keyed by theme name.
ConfigTranslationBlockListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Builds the header row for the entity listing.
ConfigTranslationBlockListBuilder::buildRow function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Builds a row for an entity in the entity listing.
ConfigTranslationBlockListBuilder::createInstance function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Instantiates a new instance of this entity handler.
ConfigTranslationBlockListBuilder::getFilterLabels function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Provides user facing strings for the filter element.
ConfigTranslationBlockListBuilder::sortRows function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Sorts an array by value.
ConfigTranslationBlockListBuilder::__construct function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Constructs a new EntityListBuilder object.
ConfigTranslationCacheTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Translate settings and entities to various languages.
ConfigTranslationCacheTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
ConfigTranslationCacheTest::$adminUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Administrator user for tests.
ConfigTranslationCacheTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php The theme to install as the default for testing.
ConfigTranslationCacheTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Languages to enable.
ConfigTranslationCacheTest::$localeStorage property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php String translation storage object.
ConfigTranslationCacheTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Modules to install.
ConfigTranslationCacheTest::$translatorUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Translator user for tests.
ConfigTranslationCacheTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
ConfigTranslationCacheTest::testFieldConfigTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Tests the translation of field and field storage configuration.
ConfigTranslationContextualLink class core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php Defines a contextual link plugin with a dynamic title.
ConfigTranslationContextualLink.php file core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php
ConfigTranslationContextualLink::$mapperManager property core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php The mapper plugin discovery service.
ConfigTranslationContextualLink::getTitle function core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php Returns the localized title to be shown for this contextual link.

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