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 |
---|---|---|---|
ContentEntityType::__construct | function | core/ |
Constructs a plugin attribute object. |
ContentEntityTypeInterface | interface | core/ |
Provides an interface for a content entity type and its metadata. |
ContentEntityTypeInterface.php | file | core/ |
|
ContentEntityTypeInterface::getRevisionMetadataKey | function | core/ |
Gets a specific entity revision metadata key. |
ContentEntityTypeInterface::getRevisionMetadataKeys | function | core/ |
Gets an array of entity revision metadata keys. |
ContentEntityTypeInterface::hasRevisionMetadataKey | function | core/ |
Indicates if a given entity revision metadata key exists. |
ContentEntityTypeInterface::setRevisionMetadataKey | function | core/ |
Sets a revision metadata key. |
ContentExportCommand | class | core/ |
Exports a single content entity in YAML format. |
ContentExportCommand.php | file | core/ |
|
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::testCircularDependency | function | core/ |
Tests that the exporter handles circular dependencies gracefully. |
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. |
ContentExportTest::testExportFileEntityWithMissingPhysicalFile | function | core/ |
Tests exporting file entities without an accompanying physical file. |
ContentExportTest::testExportSingleEntityToDirectory | function | core/ |
Tests exporting a single entity to a directory with attachments. |
ContentExportTest::testExportWithDependencies | function | core/ |
Tests exporting a piece of content with its dependencies. |
ContentExportTest::testMissingDependenciesAreLogged | function | core/ |
Tests that the exporter handles missing dependencies gracefully. |
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. |
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.