public function AfterEntityPull::getIntent in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Event/AfterEntityPull.php \Drupal\cms_content_sync\Event\AfterEntityPull::getIntent()
- 2.0.x src/Event/AfterEntityPull.php \Drupal\cms_content_sync\Event\AfterEntityPull::getIntent()
Return value
\Drupal\cms_content_sync\PullIntent
File
- src/
Event/ AfterEntityPull.php, line 41
Class
- AfterEntityPull
- The entity has been pulled successfully. Other modules can use this to react on successful pull events.
Namespace
Drupal\cms_content_sync\EventCode
public function getIntent() {
return $this->intent;
}