Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 11.x for list
  5. Other projects
Title Object type File name Summary
ConfigTranslationFieldListBuilder class core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Defines the config translation list builder for field entities.
ConfigTranslationFieldListBuilder.php file core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php
ConfigTranslationFieldListBuilder::$baseEntityBundles property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The bundle info for the base entity type.
ConfigTranslationFieldListBuilder::$baseEntityInfo property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php An array containing the base entity type's definition.
ConfigTranslationFieldListBuilder::$baseEntityType property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The name of the entity type the fields are attached to.
ConfigTranslationFieldListBuilder::$entityTypeBundleInfo property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The entity bundle info.
ConfigTranslationFieldListBuilder::$entityTypeManager property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The entity type manager.
ConfigTranslationFieldListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Builds the header row for the entity listing.
ConfigTranslationFieldListBuilder::buildRow function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Builds a row for an entity in the entity listing.
ConfigTranslationFieldListBuilder::createInstance function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Instantiates a new instance of this entity handler.
ConfigTranslationFieldListBuilder::displayBundle function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Controls the visibility of the bundle column on field list pages.
ConfigTranslationFieldListBuilder::getFilterLabels function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Provides user facing strings for the filter element.
ConfigTranslationFieldListBuilder::load function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Loads entities of this type from storage for listing.
ConfigTranslationFieldListBuilder::setMapperDefinition function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Sets the config translation mapper definition.
ConfigTranslationFieldListBuilder::sortRows function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Sorts an array by value.
ConfigTranslationFieldListBuilder::__construct function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Constructs a new ConfigTranslationFieldListBuilder object.
ConfigTranslationListController class core/modules/config_translation/src/Controller/ConfigTranslationListController.php Defines the configuration translation list controller.
ConfigTranslationListController.php file core/modules/config_translation/src/Controller/ConfigTranslationListController.php
ConfigTranslationListController::$mapperManager property core/modules/config_translation/src/Controller/ConfigTranslationListController.php The mapper manager.
ConfigTranslationListController::listing function core/modules/config_translation/src/Controller/ConfigTranslationListController.php Provides the listing page for any entity type.
ConfigTranslationListController::__construct function core/modules/config_translation/src/Controller/ConfigTranslationListController.php Constructs a new ConfigTranslationListController object.
ConfigTranslationListUiTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Visit all lists.
ConfigTranslationListUiTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
ConfigTranslationListUiTest::$adminUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Admin user with all needed permissions.
ConfigTranslationListUiTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php The theme to install as the default for testing.
ConfigTranslationListUiTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Modules to install.
ConfigTranslationListUiTest::doBlockListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContactFormsListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the content block listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doImageStyleListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doLanguageListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the language listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the responsive image mapping listing for the translate operation.
ConfigTranslationListUiTest::doSettingsPageTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests a given settings page for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doUserRoleListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the role listing for the translate operation.
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.
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 An 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 the implementing class using autowiring.

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