ConfigImporter::$context |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
The configuration context. |
TestBase::$configImporter |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
The config importer that can used in a test. |
FieldImportCreateTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
Contains \Drupal\field\Tests\FieldImportCreateTest. |
FieldImportDeleteTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php |
Contains \Drupal\field\Tests\FieldImportDeleteTest. |
FieldImportChangeTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php |
Contains \Drupal\field\Tests\FieldImportChangeTest. |
css_input_with_import.css |
file |
drupal/core/modules/simpletest/files/css_test_files/css_input_with_import.css |
@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;
color:… |
ConfigImporterTest::setUp |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php |
Sets up Drupal unit test environment. |
ConfigImportUITest::setUp |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php |
Sets up a Drupal site for running functional and integration tests. |
Twig_Node_Import::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Import.php |
Compiles the node to PHP. |
LocaleImportFunctionalTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Functional tests for the import of translation files. |
XmlFileLoader::parseImport |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Parses an import and adds the routes in the resource to the RouteCollection. |
AnnotationReader::$imports |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
In-memory cache mechanism to store imported annotations per class. |
Twig_Tests_Node_ImportTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php |
|
ConfigImportSubscriber.php |
file |
drupal/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Contains \Drupal\Core\EventSubscriber\ConfigImportSubscriber. |
ConfigImporter::$processed |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
List of changes processed by the import(). |
ConfigImporter::$validated |
property |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates changes to import have been validated. |
CssImportFilter::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php |
Filters an asset after it has been loaded. |
CssImportFilter::filterDump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php |
Filters an asset just before it's dumped. |
ConfigImporterTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php |
|
ConfigImporterTest::testNew |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php |
Tests creation of configuration during import. |
YamlFileLoader::parseImport |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php |
Parses an import and adds the routes in the resource to the RouteCollection. |
ScssphpFilter::$importPaths |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
ConfigImportUITest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php |
|
install_import_translations |
function |
drupal/core/includes/install.core.inc |
Imports languages via a batch process during installation. |
LOCALE_TRANSLATION_IMPORTED |
constant |
drupal/core/modules/locale/locale.module |
Translation source is an imported file. |
XmlFileLoader::parseImports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses imports |
ConfigImportForm::getFormID |
function |
drupal/core/modules/config/lib/Drupal/config/Form/ConfigImportForm.php |
Returns a unique string identifying the form. |
ConfigImportForm::buildForm |
function |
drupal/core/modules/config/lib/Drupal/config/Form/ConfigImportForm.php |
Form constructor. |
ConfigImporterException.php |
file |
drupal/core/lib/Drupal/Core/Config/ConfigImporterException.php |
Contains \Drupal\Core\Config\ConfigImporterException. |
ConfigImporter::__construct |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Constructs a configuration import object. |
ConfigImporter::getProcessed |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets list of processed changes. |
ConfigImporter::setProcessed |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Sets a change as processed. |
ConfigImporter::importConfig |
function |
drupal/core/lib/Drupal/Core/Config/ConfigImporter.php |
Writes an array of config changes from the source to the target storage. |
CssImportFilter::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php |
Constructor. |
CssImportFilter::getChildren |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php |
Returns child assets. |
BaseCssFilter::filterImports |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php |
|
css_input_without_import.css |
file |
drupal/core/modules/simpletest/files/css_test_files/css_input_without_import.css |
Basic css that does not use import |
ConfigImporterTest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php |
Modules to enable. |
UserSaveTest::testUserImport |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php |
Test creating a user with arbitrary uid. |
ConfigImportUITest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php |
|
ScssphpFilter::addImportPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
AnnotationReader::getImports |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
Retrieve imports |
YamlFileLoader::parseImports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Parses all imports |
ConfigImportForm::submitForm |
function |
drupal/core/modules/config/lib/Drupal/config/Form/ConfigImportForm.php |
Form submission handler. |
locale_translate_import_form |
function |
drupal/core/modules/locale/locale.bulk.inc |
Form constructor for the translation import screen. |
config_import_create_snapshot |
function |
drupal/core/includes/config.inc |
Creates a configuration snapshot following a successful import. |
ViewTestData::importTestViews |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php |
Imports test views from config. |
ScssphpFilter::setImportPaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
MultipleImportsInUseStatement |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleImportsInUseStatement.php |
|
Twig_Node_Import::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Import.php |
Constructor. |