Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentExportCommand::configure | function | core/ |
|
ContentExportCommand::execute | function | core/ |
|
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/ |
The theme to install as the default for testing. |
ContentExportTest::$finder | property | core/ |
Scans for content in the fixture. |
ContentExportTest::recursiveSortByKey | function | core/ |
Recursively sorts an array by key. |
ContentExportTest::setUp | function | core/ |
|
ContentExportTest::testExportContent | function | core/ |
Ensures that all imported content can be exported properly. |
ContentExportTest::testExportedPasswordIsPreserved | function | core/ |
Tests that an exported user account can be logged in with after import. |
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/ |
The theme to install as the default for testing. |
ContentImportTest::$modules | property | core/ |
Modules to install. |
ContentImportTest::assertContentWasImported | function | core/ |
Asserts that the default content was imported as expected. |
ContentImportTest::providerImportEntityThatAlreadyExists | function | core/ |
|
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::testImportEntityThatAlreadyExists | function | core/ |
Tests import entity that already exists. |
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. |
ContentLanguageSettings::getTargetEntityTypeId | function | core/ |
Gets the entity type ID this config applies to. |
ContentLanguageSettings::id | function | core/ |
Gets the identifier. |
ContentLanguageSettings::isDefaultConfiguration | function | core/ |
Checks if this config object contains the default values in every property. |
ContentLanguageSettings::isLanguageAlterable | function | core/ |
Checks if the language is alterable or not. |
ContentLanguageSettings::loadByEntityTypeBundle | function | core/ |
Loads a content language config entity based on the entity type and bundle. |
ContentLanguageSettings::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
ContentLanguageSettings::setDefaultLangcode | function | core/ |
Sets the default language code. |
ContentLanguageSettings::setLanguageAlterable | function | core/ |
Sets if the language must be alterable or not. |
ContentLanguageSettings::setTargetBundle | function | core/ |
Sets the bundle this config applies to. |
ContentLanguageSettings::__construct | function | core/ |
Constructs a ContentLanguageSettings object. |
ContentLanguageSettingsException | class | core/ |
Exception thrown by ContentLanguageSettings when target bundle is not set. |
ContentLanguageSettingsException.php | file | core/ |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.