Search for import

  1. Search 7.x for import
  2. Search 8.9.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
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
BundleConfigImportValidate class core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Entity config importer validation event subscriber.
BundleConfigImportValidate.php file core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php
BundleConfigImportValidate::$configManager property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php The config manager.
BundleConfigImportValidate::$entityTypeManager property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php The entity type manager service.
BundleConfigImportValidate::onConfigImporterValidate function core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Ensures bundles that will be deleted are not in use.
BundleConfigImportValidate::__construct function core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php Constructs the event subscriber.
Color::import function core/modules/color/src/Plugin/migrate/destination/Color.php Import the row.
config.import_full.html.twig file core/modules/help_topics/help_topics/config.import_full.html.twig ---
label: 'Importing your complete site configuration'
related:
- core.config_overview
- config.export_full
- config.import_single
- config.export_single
---
{% set import_link_text %}{% trans %}Import{% endtrans %}{% endset %}
{% set…
config.import_single.html.twig file core/modules/help_topics/help_topics/config.import_single.html.twig ---
label: 'Importing a single configuration item'
related:
- core.config_overview
- config.export_full
- config.import_full
- config.export_single
---
{% set single_import_link_text %}{% trans %}Single item{% endtrans %}{% endset %}
{% set…
ConfigImportModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Special interface for module uninstall validators for configuration import.
ConfigImportModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
config_import_test.module file core/modules/config/tests/config_import_test/config_import_test.module Provides configuration import test helpers.
config_import_test_config_import_steps_alter function core/modules/config/tests/config_import_test/config_import_test.module Implements hook_config_import_steps_alter().
CssCollectionOptimizerUnitTest::testCssImport function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php Test that css imports with strange letters do not destroy the css output.
DbImportCommand class core/lib/Drupal/Core/Command/DbImportCommand.php Provides a command to import the current database from a script.
DbImportCommand.php file core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::configure function core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::execute function core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::runScript function core/lib/Drupal/Core/Command/DbImportCommand.php Run the database script.
DocParser::$ignoreNotImportedAnnotations property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Whether annotations that have not been imported should be ignored.
DocParser::$imports property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Hashmap containing all use-statements that are to be used when parsing
the given doc block.
DocParser::setIgnoreNotImportedAnnotations function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets ignore on not-imported annotations.
DocParser::setImports function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the imports.
hook_config_import_steps_alter function core/core.api.php Alter the configuration synchronization steps.
ImportOpmlTest class core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Tests OPML import.
ImportOpmlTest.php file core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
ImportOpmlTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php The theme to install as the default for testing.
ImportOpmlTest::$modules property core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Modules to install.
ImportOpmlTest::openImportForm function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Opens OPML import form.
ImportOpmlTest::setUp function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
ImportOpmlTest::submitImportForm function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::testOpmlImport function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Tests the import of an OPML file.
ImportOpmlTest::validateImportFormFields function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form filled with invalid fields.
install_config_import_batch function core/includes/install.core.inc Creates a batch for the config importer to process.
install_import_translations function core/includes/install.core.inc Imports languages via a batch process during installation.
ItemsImporter class core/modules/aggregator/src/ItemsImporter.php Defines an importer of aggregator items.
ItemsImporter.php file core/modules/aggregator/src/ItemsImporter.php
ItemsImporter::$config property core/modules/aggregator/src/ItemsImporter.php The aggregator.settings config object.
ItemsImporter::$fetcherManager property core/modules/aggregator/src/ItemsImporter.php The aggregator fetcher manager.
ItemsImporter::$logger property core/modules/aggregator/src/ItemsImporter.php A logger instance.
ItemsImporter::$parserManager property core/modules/aggregator/src/ItemsImporter.php The aggregator parser manager.
ItemsImporter::$processorManager property core/modules/aggregator/src/ItemsImporter.php The aggregator processor manager.
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.

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