Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ConfigurableActionBase::setConfiguration function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Sets the configuration for this plugin instance.
ConfigurableActionBase::validateConfigurationForm function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Form validation handler.
ConfigurableActionBase::__construct function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ConfigurableImageEffectBase class core/modules/image/src/ConfigurableImageEffectBase.php Provides a base class for configurable image effects.
ConfigurableImageEffectBase.php file core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableImageEffectBase::submitConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php Form submission handler.
ConfigurableImageEffectBase::validateConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php Form validation handler.
ConfigurableInterface::setConfiguration function core/lib/Drupal/Component/Plugin/ConfigurableInterface.php Sets the configuration for this plugin instance.
ConfigurableLanguage::$preSaveMultilingual property core/modules/language/src/Entity/ConfigurableLanguage.php Used during saving to detect when the site becomes multilingual.
ConfigurableLanguage::isDefault function core/modules/language/src/Entity/ConfigurableLanguage.php Returns whether this language is the default language.
ConfigurableLanguage::isLocked function core/modules/language/src/Entity/ConfigurableLanguage.php Returns whether this language is locked.
ConfigurableLanguage::postDelete function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on deleted entities before the delete hook is invoked.
ConfigurableLanguage::postSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on a saved entity before the insert or update hook is invoked.
ConfigurableLanguage::preSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on an entity before the presave hook is invoked.
ConfigurableLanguage::setName function core/modules/language/src/Entity/ConfigurableLanguage.php Sets the name of the language.
ConfigurableLanguage::setWeight function core/modules/language/src/Entity/ConfigurableLanguage.php Sets the weight of the language.
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 The theme to install as the default for testing.
ConfigurableLanguageHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php The format to use in this test.
ConfigurableLanguageHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonAnonTest.php Modules to install.
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 The authentication mechanism to use in this test.
ConfigurableLanguageHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigurableLanguageHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php The format to use in this test.
ConfigurableLanguageHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonBasicAuthTest.php Modules to install.
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 The authentication mechanism to use in this test.
ConfigurableLanguageHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php The theme to install as the default for testing.
ConfigurableLanguageHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php The format to use in this test.
ConfigurableLanguageHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php The MIME type that corresponds to $format.
ConfigurableLanguageHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/language/ConfigurableLanguageHalJsonCookieTest.php Modules to install.
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
ConfigurableLanguageJsonAnonTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php
ConfigurableLanguageJsonAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The theme to install as the default for testing.
ConfigurableLanguageJsonAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The format to use in this test.
ConfigurableLanguageJsonAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The MIME type that corresponds to $format.
ConfigurableLanguageJsonBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php @group rest
ConfigurableLanguageJsonBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php
ConfigurableLanguageJsonBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigurableLanguageJsonBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigurableLanguageJsonBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The format to use in this test.
ConfigurableLanguageJsonBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageJsonBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php Modules to install.

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