ConfigTranslationMapperList::render |
function |
core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php |
Builds the mappers as a renderable array for table.html.twig. |
ConfigTranslationMapperList::__construct |
function |
core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php |
Constructs a new ConfigTranslationMapperList object. |
ConfigTranslationOverviewTest::testListingFieldsPage |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php |
Tests the field listing for the translate operation. |
ConfigTranslationOverviewTest::testListingPageWithOverrides |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php |
Tests that overrides do not affect listing screens. |
ConfigTranslationOverviewTest::testMapperListPage |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php |
Tests the config translation mapper page. |
ConfigTranslationViewListUiTest |
class |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Visit view list and test if translate is available. |
ConfigTranslationViewListUiTest.php |
file |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
|
ConfigTranslationViewListUiTest::$defaultTheme |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
The theme to install as the default for testing. |
ConfigTranslationViewListUiTest::$modules |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Modules to install. |
ConfigTranslationViewListUiTest::$testViews |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Views used by this test. |
ConfigTranslationViewListUiTest::setUp |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Sets up the test. |
ConfigTranslationViewListUiTest::testTimestampFormatterTranslation |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Test to ensure that TimestampFormatter translation works. |
ConfigTranslationViewListUiTest::testTranslateOperationInViewListUi |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php |
Tests views_ui list to see if translate link is added to operations. |
ConfigurableLanguageManager::getStandardLanguageListWithoutConfigured |
function |
core/modules/language/src/ConfigurableLanguageManager.php |
Returns the standard language list excluding already configured languages. |
ConfigurableLanguageManagerInterface::getStandardLanguageListWithoutConfigured |
function |
core/modules/language/src/ConfigurableLanguageManagerInterface.php |
Returns the standard language list excluding already configured languages. |
ContactFormListBuilder |
class |
core/modules/contact/src/ContactFormListBuilder.php |
Defines a class to build a listing of contact form entities. |
ContactFormListBuilder.php |
file |
core/modules/contact/src/ContactFormListBuilder.php |
|
ContactFormListBuilder::buildHeader |
function |
core/modules/contact/src/ContactFormListBuilder.php |
Builds the header row for the entity listing. |
ContactFormListBuilder::buildRow |
function |
core/modules/contact/src/ContactFormListBuilder.php |
Builds a row for an entity in the entity listing. |
ContainerAwareEventDispatcher::$listeners |
property |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Listener definitions. |
ContainerAwareEventDispatcher::addListener |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
ContainerAwareEventDispatcher::getListenerPriority |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getListeners |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::hasListeners |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::removeListener |
function |
core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
ContainerAwareEventDispatcherTest::$listener |
property |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchLazyListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenerPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenerPriorityWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersSortsByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWithCallables |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersIsLazy |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContentEntityNormalizerTest::createMockFieldListItem |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
Creates a mock field list item. |
CountryManager::getList |
function |
core/lib/Drupal/Core/Locale/CountryManager.php |
Get an array of country code => country name pairs, altered by alter hooks. |
CountryManager::getStandardList |
function |
core/lib/Drupal/Core/Locale/CountryManager.php |
Get an array of all two-letter country code => country name pairs. |
CountryManagerInterface::getList |
function |
core/lib/Drupal/Core/Locale/CountryManagerInterface.php |
Returns a list of country code => country name pairs. |
Database::getDriverList |
function |
core/lib/Drupal/Core/Database/Database.php |
Returns the list provider for available database drivers. |
DatabaseDriverList |
class |
core/lib/Drupal/Core/Extension/DatabaseDriverList.php |
Provides a list of available database drivers. |