public function PullIntent::getViewUrl in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 2.0.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::getViewUrl()
File
- src/
PullIntent.php, line 252
Class
Namespace
Drupal\cms_content_syncCode
public function getViewUrl() {
return $this->handler
->getViewUrl($this
->getEntity());
}