| ConfigurableLanguageTest::testName |
function |
core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php |
Tests configurable language name methods. |
| ConfigurableLanguageUnitTest |
class |
core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php |
Tests the ConfigurableLanguage entity class. |
| ConfigurableLanguageUnitTest.php |
file |
core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php |
|
| ConfigurableLanguageUnitTest::testDirection |
function |
core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php |
@covers ::getDirection[[api-linebreak]] |
| ConfigurableLanguageUnitTest::testWeight |
function |
core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php |
@covers ::getWeight[[api-linebreak]]
@covers ::setWeight[[api-linebreak]] |
| ConfigurableLanguageXmlAnonTest |
class |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
@group rest |
| ConfigurableLanguageXmlAnonTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
|
| ConfigurableLanguageXmlAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
|
| ConfigurableLanguageXmlAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
|
| ConfigurableLanguageXmlAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
@group rest |
| ConfigurableLanguageXmlBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| 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 |
|
| ConfigurableLanguageXmlCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
|
| ConfigurableLanguageXmlCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
|
| ConfigurableLanguageXmlCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
|
| ConfigurableLinkManagerInterface |
interface |
core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php |
|
| ConfigurableLinkManagerInterface |
interface |
core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php |
Defines an interface for a link manager with a configurable domain. |
| ConfigurableLinkManagerInterface.php |
file |
core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php |
|
| ConfigurableLinkManagerInterface.php |
file |
core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php |
|
| ConfigurableLinkManagerInterface::setLinkDomain |
function |
core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php |
Sets the link domain used in constructing link URIs. |
| ConfigurablePlugin |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::getConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::setConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePlugin::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| ConfigurablePluginInterface |
interface |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Provides an interface for a configurable plugin. |
| ConfigurablePluginInterface.php |
file |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
|
| ConfigurablePluginInterface::defaultConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Gets default configuration for this plugin. |
| ConfigurablePluginInterface::getConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Gets this plugin's configuration. |
| ConfigurablePluginInterface::setConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php |
Sets the configuration for this plugin instance. |
| ConfigurablePluginInterfaceTest |
class |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Tests ConfigurablePluginInterface deprecation. |
| ConfigurablePluginInterfaceTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTest::testDeprecation |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Tests the deprecation error is thrown. |
| ConfigurablePluginInterfaceTestClass |
class |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
Test Class to trigger deprecation error. |
| ConfigurablePluginInterfaceTestClass::calculateDependencies |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::defaultConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::getConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| ConfigurablePluginInterfaceTestClass::setConfiguration |
function |
core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php |
|
| 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 |
|