You are here

protected function CMSContentSyncCommands::io in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Commands/CMSContentSyncCommands.php \Drupal\cms_content_sync\Commands\CMSContentSyncCommands::io()
  2. 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.

... See full list

File

src/Commands/CMSContentSyncCommands.php, line 239

Class

CMSContentSyncCommands
Content Sync Drush Commands.

Namespace

Drupal\cms_content_sync\Commands

Code

protected function io() {
  return parent::io();
}