You are here

public function PullIntent::getViewUrl in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 2.1.x src/PullIntent.php \Drupal\cms_content_sync\PullIntent::getViewUrl()

File

src/PullIntent.php, line 252

Class

PullIntent

Namespace

Drupal\cms_content_sync

Code

public function getViewUrl() {
  return $this->handler
    ->getViewUrl($this
    ->getEntity());
}