Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentExportCommand::__construct | function | core/ |
|
| ContentExportTest | class | core/ |
Tests exporting content in YAML format. |
| ContentExportTest.php | file | core/ |
|
| ContentExportTest::$adminUser | property | core/ |
The user account which is doing the content import and export. |
| ContentExportTest::$contentDir | property | core/ |
The directory where the default content is located. |
| ContentExportTest::$defaultTheme | property | core/ |
|
| ContentExportTest::$finder | property | core/ |
Scans for content in the fixture. |
| ContentExportTest::doTestCircularDependency | function | core/ |
Tests that the exporter handles circular dependencies gracefully. |
| ContentExportTest::doTestExportedPasswordIsPreserved | function | core/ |
Tests that an exported user account can be logged in with after import. |
| ContentExportTest::doTestExportEntitiesFilteredByType | function | core/ |
Tests exporting entities filtered by type. |
| ContentExportTest::doTestExportFileEntityWithMissingPhysicalFile | function | core/ |
Tests exporting file entities without an accompanying physical file. |
| ContentExportTest::doTestExportSingleEntityToDirectory | function | core/ |
Tests exporting a single entity to a directory with attachments. |
| ContentExportTest::doTestExportWithDependencies | function | core/ |
Tests exporting a piece of content with its dependencies. |
| ContentExportTest::doTestMissingDependenciesAreLogged | function | core/ |
Tests that the exporter handles missing dependencies gracefully. |
| ContentExportTest::setUp | function | core/ |
|
| ContentExportTest::testEntityExportScenarios | function | core/ |
Tests various entity export scenarios. |
| ContentExportTest::testExportContent | function | core/ |
Ensures that all imported content can be exported properly. |
| ContentExportTest::testExportEntitiesFilteredByBundle | function | core/ |
Tests exporting entities filtered by bundle. |
| ContentImportAlreadyExistsTest | class | core/ |
Tests Content Import. |
| ContentImportAlreadyExistsTest.php | file | core/ |
|
| ContentImportAlreadyExistsTest::$adminAccount | property | core/ |
The admin account. |
| ContentImportAlreadyExistsTest::$contentDir | property | core/ |
The directory with the source data. |
| ContentImportAlreadyExistsTest::$defaultTheme | property | core/ |
|
| ContentImportAlreadyExistsTest::$modules | property | core/ |
|
| ContentImportAlreadyExistsTest::providerImportEntityThatAlreadyExists | function | core/ |
|
| ContentImportAlreadyExistsTest::setUp | function | core/ |
|
| ContentImportAlreadyExistsTest::testImportEntityThatAlreadyExists | function | core/ |
Tests import entity that already exists. |
| ContentImportTest | class | core/ |
Tests Content Import. |
| ContentImportTest.php | file | core/ |
|
| ContentImportTest::$adminAccount | property | core/ |
The admin account. |
| ContentImportTest::$contentDir | property | core/ |
The directory with the source data. |
| ContentImportTest::$defaultTheme | property | core/ |
|
| ContentImportTest::$modules | property | core/ |
|
| ContentImportTest::assertContentWasImported | function | core/ |
Asserts that the default content was imported as expected. |
| ContentImportTest::setUp | function | core/ |
|
| ContentImportTest::testDirectContentImport | function | core/ |
Tests importing content directly, via the API. |
| ContentImportTest::testDirectContentImportWithDifferentUser | function | core/ |
Tests importing content directly, via the API, with a different user. |
| ContentImportTest::testEntityValidationIsTriggered | function | core/ |
Tests that the importer validates entities before saving them. |
| ContentImportTest::testPreImportEvent | function | core/ |
Tests that the pre-import event allows skipping certain entities. |
| ContentLanguageSettings | class | core/ |
Defines the ContentLanguageSettings entity. |
| ContentLanguageSettings.php | file | core/ |
|
| ContentLanguageSettings::$default_langcode | property | core/ |
The default language code. |
| ContentLanguageSettings::$id | property | core/ |
The id. Combination of $target_entity_type_id.$target_bundle. |
| ContentLanguageSettings::$language_alterable | property | core/ |
Indicates if the language is alterable or not. |
| ContentLanguageSettings::$target_bundle | property | core/ |
The bundle (machine name). |
| ContentLanguageSettings::$target_entity_type_id | property | core/ |
The entity type ID (machine name). |
| ContentLanguageSettings::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ContentLanguageSettings::getAllValidDefaultLangcodes | function | core/ |
Returns all valid values for the `default_langcode` property. |
| ContentLanguageSettings::getDefaultLangcode | function | core/ |
Gets the default language code. |
| ContentLanguageSettings::getTargetBundle | function | core/ |
Gets the bundle this config applies to. |
Pagination
- Previous page
- Page 258
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.