Search for import
- Search 7.x for import
- Search 9.5.x for import
- Search 10.3.x for import
- Search 11.x for import
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigImportValidateEventSubscriberBase | class | core/ |
Defines a base event listener implementation for config sync validation. |
ConfigImportValidateEventSubscriberBase.php | file | core/ |
|
ConfigImportValidateEventSubscriberBase::getSubscribedEvents | function | core/ |
|
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate | function | core/ |
Checks that the configuration synchronization is valid. |
ConfigSnapshotSubscriber::onConfigImporterImport | function | core/ |
Creates a config snapshot. |
config_import_subscriber | service | core/ |
Drupal\Core\EventSubscriber\ConfigImportSubscriber |
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(). |
css_input_without_import.css | file | core/ |
Basic css that does not use import |
css_input_without_import.css.optimized.css | file | core/ |
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… |
css_input_with_import.css | file | core/ |
@import "import1.css"; @import "import2.css"; @import url("http://example.com/style.css"); @import url("//example.com/style.css"); body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170%… |
css_input_with_import.css | file | core/ |
@import "../import1.css"; @import "../import2.css"; body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } .this .is .a .test { font: 1em/100% Verdana, sans-serif; … |
css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
css_input_with_import.css.optimized.css | file | core/ |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
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. |
DCOM58Test::testIssueWithNamespacesOrImports | function | core/ |
|
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. |
entity.bundle_config_import_validator | service | core/ |
Drupal\Core\Entity\Event\BundleConfigImportValidate |
ExcludedModulesEventSubscriber::onConfigTransformImport | function | core/ |
Transform the storage which is used to import the configuration. |
hook_config_import_steps_alter | function | core/ |
Alter the configuration synchronization steps. |
import1.css | file | core/ |
ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);} /* Test data URI images with different quote styles. */ .data .double-quote { /* http://stackoverflow.com/a/13139830/11023 */ … |
import2.css | file | core/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
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. |
ImportStorageTransformer | class | core/ |
The import storage transformer helps to use the configuration management api. |
ImportStorageTransformer.php | file | core/ |
|
ImportStorageTransformer::$connection | property | core/ |
The drupal database connection. |
ImportStorageTransformer::$eventDispatcher | property | core/ |
The event dispatcher to get changes to the configuration. |
ImportStorageTransformer::$persistentLock | property | core/ |
The persistent lock which the config importer uses across requests. |
ImportStorageTransformer::$requestLock | property | core/ |
The normal lock for the duration of the request. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.