You are here

public constant PullIntent::PULL_AS_DEPENDENCY in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/PullIntent.php \Drupal\cms_content_sync\PullIntent::PULL_AS_DEPENDENCY
  2. 2.0.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::PULL_AS_DEPENDENCY

Pull only some of these entities, pulled if other pulled entities use it.

  • used as a configuration option
  • used as $action

File

src/PullIntent.php, line 47

Class

PullIntent

Namespace

Drupal\cms_content_sync

Code

public const PULL_AS_DEPENDENCY = 'dependency';