interface ContentSyncManagerInterface in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/ContentSyncManagerInterface.php \Drupal\content_sync\ContentSyncManagerInterface
Interface ContentSyncManagerInterface.
@package Drupal\content_sync
Hierarchy
- interface \Drupal\content_sync\ContentSyncManagerInterface
Expanded class hierarchy of ContentSyncManagerInterface
All classes that implement ContentSyncManagerInterface
6 files declare their use of ContentSyncManagerInterface
- ContentExportForm.php in src/
Form/ ContentExportForm.php - ContentExportMultiple.php in src/
Form/ ContentExportMultiple.php - ContentExportTrait.php in src/
Form/ ContentExportTrait.php - ContentImportTrait.php in src/
Form/ ContentImportTrait.php - ContentSync.php in src/
Form/ ContentSync.php
File
- src/
ContentSyncManagerInterface.php, line 11
Namespace
Drupal\content_syncView source
interface ContentSyncManagerInterface {
/**
* @return \Drupal\content_sync\Importer\ContentImporterInterface
*/
public function getContentImporter();
/**
* @return \Drupal\content_sync\Exporter\ContentExporterInterface
*/
public function getContentExporter();
/**
* @return \Symfony\Component\Serializer\Serializer
*/
public function getSerializer();
/**
* @return \Drupal\Core\Entity\EntityTypeManagerInterface
*/
public function getEntityTypeManager();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContentSyncManagerInterface:: |
public | function | 1 | |
ContentSyncManagerInterface:: |
public | function | 1 | |
ContentSyncManagerInterface:: |
public | function | 1 | |
ContentSyncManagerInterface:: |
public | function | 1 |