Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. 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 config 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
ConfigTranslationListUiTest::doVocabularyListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the vocabulary listing for the translate operation.
ConfigTranslationListUiTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
ConfigTranslationListUiTest::testTranslateOperationInListUi function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests if translate link is added to operations in all configuration lists.
ConfigTranslationLocalTask class core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Defines a local task plugin with a dynamic title.
ConfigTranslationLocalTask.php file core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
ConfigTranslationLocalTask::$mapperManager property core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php The mapper plugin discovery service.
ConfigTranslationLocalTask::getTitle function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Returns the localized title to be shown for this tab.
ConfigTranslationLocalTask::mapperManager function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Gets the mapper manager.
ConfigTranslationLocalTasks class core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Provides dynamic local tasks for config translation.
ConfigTranslationLocalTasks.php file core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php
ConfigTranslationLocalTasks::$basePluginId property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The base plugin ID.
ConfigTranslationLocalTasks::$mapperManager property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The mapper plugin discovery service.
ConfigTranslationLocalTasks::create function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Creates a new class instance.
ConfigTranslationLocalTasks::getDerivativeDefinitions function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Gets the definition of all derivatives of a base plugin.
ConfigTranslationLocalTasks::__construct function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Constructs a new ConfigTranslationLocalTasks.
ConfigTranslationMapperList class core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Defines the configuration translation mapper list.
ConfigTranslationMapperList.php file core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php
ConfigTranslationMapperList::$mappers property core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php A array of configuration mapper instances.
ConfigTranslationMapperList::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds the header row for the mapper listing.
ConfigTranslationMapperList::buildOperations function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds a renderable list of operation links for the entity.
ConfigTranslationMapperList::buildRow function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds a row for a mapper in the mapper listing.
ConfigTranslationMapperList::create function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Instantiates a new instance of this class.
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.
ConfigTranslationOverviewAccess class core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Checks access for displaying the configuration translation overview.
ConfigTranslationOverviewAccess.php file core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php
ConfigTranslationOverviewAccess::$configMapperManager property core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php The mapper plugin discovery service.
ConfigTranslationOverviewAccess::$languageManager property core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php The language manager.
ConfigTranslationOverviewAccess::access function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Checks access to the overview based on permissions and translatability.
ConfigTranslationOverviewAccess::doCheckAccess function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Checks access given an account, configuration mapper, and source language.
ConfigTranslationOverviewAccess::getMapperFromRouteMatch function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Gets a configuration mapper using a route match.
ConfigTranslationOverviewAccess::__construct function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Constructs a ConfigTranslationOverviewAccess object.
ConfigTranslationOverviewTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Translate settings and entities to various languages.
ConfigTranslationOverviewTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
ConfigTranslationOverviewTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php The theme to install as the default for testing.
ConfigTranslationOverviewTest::$langcodes property core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Languages to enable.
ConfigTranslationOverviewTest::$localeStorage property core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php String translation storage object.
ConfigTranslationOverviewTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Modules to enable.
ConfigTranslationOverviewTest::setUp function core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
ConfigTranslationOverviewTest::testHiddenEntities function core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php Tests availability of hidden entities in the translation overview.
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.
ConfigTranslationTestSubscriber class core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php Adds configuration names to configuration mapper on POPULATE_MAPPER event.
ConfigTranslationTestSubscriber.php file core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
ConfigTranslationTestSubscriber::addConfigNames function core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php Reacts to the populating of a configuration mapper.
ConfigTranslationTestSubscriber::getSubscribedEvents function core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
ConfigTranslationUiTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php Translate settings and entities to various languages.
ConfigTranslationUiTest class core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php Translate settings and entities to various languages.
ConfigTranslationUiTest.php file core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php

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