You are here

public function FlowControllerSimple::getType in CMS Content Sync 2.1.x

Return value

null|string

Overrides IFlowController::getType

File

src/Controller/FlowControllerSimple.php, line 566

Class

FlowControllerSimple

Namespace

Drupal\cms_content_sync\Controller

Code

public function getType() {
  return Flow::TYPE_PUSH;
  return Flow::TYPE_PULL;
}