Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
ContentEntityType::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets a specific entity revision metadata key.
ContentEntityType::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets an array of entity revision metadata keys.
ContentEntityType::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Indicates if a given entity revision metadata key exists.
ContentEntityType::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Sets a revision metadata key.
ContentEntityType::__construct function core/lib/Drupal/Core/Entity/ContentEntityType.php Constructs a new EntityType.
ContentEntityType::__construct function core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php Constructs a plugin attribute object.
ContentEntityTypeInterface interface core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Provides an interface for a content entity type and its metadata.
ContentEntityTypeInterface.php file core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php
ContentEntityTypeInterface::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets a specific entity revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets an array of entity revision metadata keys.
ContentEntityTypeInterface::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Indicates if a given entity revision metadata key exists.
ContentEntityTypeInterface::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Sets a revision metadata key.
ContentExportCommand class core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php Exports content entities in YAML format.
ContentExportCommand.php file core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php
ContentExportCommand::configure function core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php
ContentExportCommand::execute function core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php
ContentExportCommand::loadEntities function core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php Find entities to export and yield them one by one.
ContentExportCommand::__construct function core/lib/Drupal/Core/DefaultContent/ContentExportCommand.php
ContentExportTest class core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting content in YAML format.
ContentExportTest.php file core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php
ContentExportTest::$adminUser property core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php The user account which is doing the content import and export.
ContentExportTest::$contentDir property core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php The directory where the default content is located.
ContentExportTest::$defaultTheme property core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php The theme to install as the default for testing.
ContentExportTest::$finder property core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Scans for content in the fixture.
ContentExportTest::doTestCircularDependency function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles circular dependencies gracefully.
ContentExportTest::doTestExportedPasswordIsPreserved function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that an exported user account can be logged in with after import.
ContentExportTest::doTestExportEntitiesFilteredByType function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting entities filtered by type.
ContentExportTest::doTestExportFileEntityWithMissingPhysicalFile function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting file entities without an accompanying physical file.
ContentExportTest::doTestExportSingleEntityToDirectory function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting a single entity to a directory with attachments.
ContentExportTest::doTestExportWithDependencies function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting a piece of content with its dependencies.
ContentExportTest::doTestMissingDependenciesAreLogged function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles missing dependencies gracefully.
ContentExportTest::setUp function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php
ContentExportTest::testEntityExportScenarios function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests various entity export scenarios.
ContentExportTest::testExportContent function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Ensures that all imported content can be exported properly.
ContentExportTest::testExportEntitiesFilteredByBundle function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting entities filtered by bundle.
ContentImportAlreadyExistsTest class core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Tests Content Import.
ContentImportAlreadyExistsTest.php file core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::$adminAccount property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The admin account.
ContentImportAlreadyExistsTest::$contentDir property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The directory with the source data.
ContentImportAlreadyExistsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The theme to install as the default for testing.
ContentImportAlreadyExistsTest::$modules property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Modules to install.
ContentImportAlreadyExistsTest::providerImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::setUp function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::testImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Tests import entity that already exists.
ContentImportTest class core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests Content Import.
ContentImportTest.php file core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
ContentImportTest::$adminAccount property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The admin account.
ContentImportTest::$contentDir property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The directory with the source data.
ContentImportTest::$defaultTheme property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The theme to install as the default for testing.
ContentImportTest::$modules property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Modules to install.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.