protected function CMSContentSyncCommands::io in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Commands/CMSContentSyncCommands.php \Drupal\cms_content_sync\Commands\CMSContentSyncCommands::io()
- 2.0.x src/Commands/CMSContentSyncCommands.php \Drupal\cms_content_sync\Commands\CMSContentSyncCommands::io()
Return value
ICLIIO|\Symfony\Component\Console\Style\SymfonyStyle
8 calls to CMSContentSyncCommands::io()
- CMSContentSyncCommands::check_entity_flags in src/
Commands/ CMSContentSyncCommands.php - Check the flags for an entity.
- CMSContentSyncCommands::configuration_export in src/
Commands/ CMSContentSyncCommands.php - Export the configuration to the Sync Core.
- CMSContentSyncCommands::force_pull_entity in src/
Commands/ CMSContentSyncCommands.php - Kindly ask the Sync Core to force pull a specific entity.
- CMSContentSyncCommands::pull in src/
Commands/ CMSContentSyncCommands.php - Kindly ask the Sync Core to pull all entities for a specific flow, or to force pull one specific entity.
- CMSContentSyncCommands::pull_entities in src/
Commands/ CMSContentSyncCommands.php - Kindly ask the Sync Core to pull all entities for a specific flow.
File
- src/
Commands/ CMSContentSyncCommands.php, line 239
Class
- CMSContentSyncCommands
- Content Sync Drush Commands.
Namespace
Drupal\cms_content_sync\CommandsCode
protected function io() {
return parent::io();
}