Search for import

  1. Search 7.x for import
  2. Search 9.5.x for import
  3. Search 10.3.x for import
  4. Search 11.x for import
  5. Other projects
Title Object type File name Summary
ItemsImporter::delete function core/modules/aggregator/src/ItemsImporter.php Deletes all imported items from a feed.
ItemsImporter::refresh function core/modules/aggregator/src/ItemsImporter.php Updates the feed items by triggering the import process.
ItemsImporter::__construct function core/modules/aggregator/src/ItemsImporter.php Constructs an Importer object.
ItemsImporterInterface interface core/modules/aggregator/src/ItemsImporterInterface.php Provides an interface defining an aggregator items importer.
ItemsImporterInterface.php file core/modules/aggregator/src/ItemsImporterInterface.php
ItemsImporterInterface::delete function core/modules/aggregator/src/ItemsImporterInterface.php Deletes all imported items from a feed.
ItemsImporterInterface::refresh function core/modules/aggregator/src/ItemsImporterInterface.php Updates the feed items by triggering the import process.
KernelTestBase::$configImporter property core/tests/Drupal/KernelTests/KernelTestBase.php @todo Move into Config test base class.
LanguageConfigOverrideImportTest class core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Ensures the language config overrides can be synchronized.
LanguageConfigOverrideImportTest.php file core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
LanguageConfigOverrideImportTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php The theme to install as the default for testing.
LanguageConfigOverrideImportTest::$modules property core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Modules to enable.
LanguageConfigOverrideImportTest::testConfigOverrideImport function core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents function core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php Tests that configuration events are not fired during a sync of overrides.
LocaleConfigTranslationImportTest class core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Tests translation update's effects on configuration translations.
LocaleConfigTranslationImportTest.php file core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
LocaleConfigTranslationImportTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php The theme to install as the default for testing.
LocaleConfigTranslationImportTest::$modules property core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Modules to enable.
LocaleConfigTranslationImportTest::setUp function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
LocaleConfigTranslationImportTest::testConfigTranslationImport function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Test update changes configuration translations if enabled after language.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Test removing a string from Locale deletes configuration translations.
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve function core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php Test removing a string from Locale changes configuration translations.
LocaleImportFunctionalTest class core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests the import of locale files.
LocaleImportFunctionalTest.php file core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
LocaleImportFunctionalTest::$adminUser property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php A user able to create languages and import translations.
LocaleImportFunctionalTest::$adminUserAccessSiteReports property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php A user able to create languages, import translations and access site
reports.
LocaleImportFunctionalTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php The theme to install as the default for testing.
LocaleImportFunctionalTest::$modules property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Modules to enable.
LocaleImportFunctionalTest::getBadPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a bad .po file.
LocaleImportFunctionalTest::getCustomOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file for testing customized strings.
LocaleImportFunctionalTest::getCustomPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file which strings will be marked
as customized.
LocaleImportFunctionalTest::getEmptyPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a empty .po file.
LocaleImportFunctionalTest::getOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a proper .po file for testing.
LocaleImportFunctionalTest::getPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a proper .po file.
LocaleImportFunctionalTest::getPoFileWithConfig function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with configuration translations.
LocaleImportFunctionalTest::getPoFileWithConfigDe function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with configuration translations.
LocaleImportFunctionalTest::getPoFileWithContext function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with context.
LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with an empty last item.
LocaleImportFunctionalTest::getPoFileWithMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with an empty last item.
LocaleImportFunctionalTest::importPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::setUp function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
LocaleImportFunctionalTest::testConfigPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testConfigtranslationImportingPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests .po file import with user.settings configuration.
LocaleImportFunctionalTest::testCreatedLanguageTranslation function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Test the translation are imported when a new language is created.
LocaleImportFunctionalTest::testEmptyMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Test msgctxt context support.
LocaleImportFunctionalTest::testStandalonePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Test import of standalone .po files.
LocalePluralFormatTest::importPoFile function core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php Imports a standalone .po file in a given language.
LocaleTranslationDownloadTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests translation download from remote sources.

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