Search for import
- Search 7.x for import
- Search 8.9.x for import
- Search 10.3.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
aggregator.items.importer | service | core/ |
Drupal\aggregator\ItemsImporter |
BundleConfigImportValidate | class | core/ |
Entity config importer validation event subscriber. |
BundleConfigImportValidate.php | file | core/ |
|
BundleConfigImportValidate::$configManager | property | core/ |
The config manager. |
BundleConfigImportValidate::$entityTypeManager | property | core/ |
The entity type manager service. |
BundleConfigImportValidate::onConfigImporterValidate | function | core/ |
Ensures bundles that will be deleted are not in use. |
BundleConfigImportValidate::__construct | function | core/ |
Constructs the event subscriber. |
Color::import | function | core/ |
Import the row. |
config.import_full.html.twig | file | core/ |
--- 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/ |
--- 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/ |
Special interface for module uninstall validators for configuration import. |
ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
config_import_test.module | file | core/ |
Provides configuration import test helpers. |
config_import_test_config_import_steps_alter | function | core/ |
Implements hook_config_import_steps_alter(). |
CssCollectionOptimizerUnitTest::testCssImport | function | core/ |
Test that css imports with strange letters do not destroy the css output. |
DbImportCommand | class | core/ |
Provides a command to import the current database from a script. |
DbImportCommand.php | file | core/ |
|
DbImportCommand::configure | function | core/ |
|
DbImportCommand::execute | function | core/ |
|
DbImportCommand::runScript | function | core/ |
Run the database script. |
DocParser::$ignoreNotImportedAnnotations | property | core/ |
Whether annotations that have not been imported should be ignored. |
DocParser::$imports | property | core/ |
Hashmap containing all use-statements that are to be used when parsing the given doc block. |
DocParser::setIgnoreNotImportedAnnotations | function | core/ |
Sets ignore on not-imported annotations. |
DocParser::setImports | function | core/ |
Sets the imports. |
hook_config_import_steps_alter | function | core/ |
Alter the configuration synchronization steps. |
ImportOpmlTest | class | core/ |
Tests OPML import. |
ImportOpmlTest.php | file | core/ |
|
ImportOpmlTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ImportOpmlTest::$modules | property | core/ |
Modules to install. |
ImportOpmlTest::openImportForm | function | core/ |
Opens OPML import form. |
ImportOpmlTest::setUp | function | core/ |
|
ImportOpmlTest::submitImportForm | function | core/ |
Submits form with invalid, empty, and valid OPML files. |
ImportOpmlTest::testOpmlImport | function | core/ |
Tests the import of an OPML file. |
ImportOpmlTest::validateImportFormFields | function | core/ |
Submits form filled with invalid fields. |
install_config_import_batch | function | core/ |
Creates a batch for the config importer to process. |
install_import_translations | function | core/ |
Imports languages via a batch process during installation. |
ItemsImporter | class | core/ |
Defines an importer of aggregator items. |
ItemsImporter.php | file | core/ |
|
ItemsImporter::$config | property | core/ |
The aggregator.settings config object. |
ItemsImporter::$fetcherManager | property | core/ |
The aggregator fetcher manager. |
ItemsImporter::$logger | property | core/ |
A logger instance. |
ItemsImporter::$parserManager | property | core/ |
The aggregator parser manager. |
ItemsImporter::$processorManager | property | core/ |
The aggregator processor manager. |
ItemsImporter::delete | function | core/ |
Deletes all imported items from a feed. |
ItemsImporter::refresh | function | core/ |
Updates the feed items by triggering the import process. |
ItemsImporter::__construct | function | core/ |
Constructs an Importer object. |
ItemsImporterInterface | interface | core/ |
Provides an interface defining an aggregator items importer. |
ItemsImporterInterface.php | file | core/ |
|
ItemsImporterInterface::delete | function | core/ |
Deletes all imported items from a feed. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.