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. Search main for config
  6. 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
ConfigurableInterface::defaultConfiguration function core/lib/Drupal/Component/Plugin/ConfigurableInterface.php Gets default configuration for this plugin.
ConfigurableInterface::getConfiguration function core/lib/Drupal/Component/Plugin/ConfigurableInterface.php Gets this plugin's configuration.
ConfigurableInterface::setConfiguration function core/lib/Drupal/Component/Plugin/ConfigurableInterface.php Sets the configuration for this plugin instance.
ConfigurableLanguage class core/modules/language/src/Entity/ConfigurableLanguage.php Defines the ConfigurableLanguage entity.
ConfigurableLanguage.php file core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::$direction property core/modules/language/src/Entity/ConfigurableLanguage.php The direction of language, either DIRECTION_LTR or DIRECTION_RTL.
ConfigurableLanguage::$id property core/modules/language/src/Entity/ConfigurableLanguage.php The language ID (machine name).
ConfigurableLanguage::$label property core/modules/language/src/Entity/ConfigurableLanguage.php The human-readable label for the language.
ConfigurableLanguage::$locked property core/modules/language/src/Entity/ConfigurableLanguage.php Locked languages cannot be edited.
ConfigurableLanguage::$preSaveMultilingual property core/modules/language/src/Entity/ConfigurableLanguage.php Used during saving to detect when the site becomes multilingual.
ConfigurableLanguage::$weight property core/modules/language/src/Entity/ConfigurableLanguage.php The weight of the language, used in lists of languages.
ConfigurableLanguage::createFromLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Creates a configurable language object from a langcode.
ConfigurableLanguage::getDefaultLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the default langcode.
ConfigurableLanguage::getDirection function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::getId function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::getName function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::getWeight function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::isDefault function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::isLocked function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::postDelete function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::postSave function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::preDelete function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::preSave function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::setName function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::setWeight function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguageHalJsonAnonTest class core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php @group hal
@group legacy
ConfigurableLanguageHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php
ConfigurableLanguageHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php
ConfigurableLanguageHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php
ConfigurableLanguageHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php
ConfigurableLanguageHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php
ConfigurableLanguageHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php @group hal
@group legacy
ConfigurableLanguageHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php
ConfigurableLanguageHalJsonCookieTest class core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php @group hal
@group legacy
ConfigurableLanguageHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php
ConfigurableLanguageInterface interface core/modules/language/src/ConfigurableLanguageInterface.php Provides an interface defining a language entity.
ConfigurableLanguageInterface.php file core/modules/language/src/ConfigurableLanguageInterface.php
ConfigurableLanguageInterface::setName function core/modules/language/src/ConfigurableLanguageInterface.php Sets the name of the language.
ConfigurableLanguageInterface::setWeight function core/modules/language/src/ConfigurableLanguageInterface.php Sets the weight of the language.
ConfigurableLanguageJsonAnonTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php @group rest

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