You are here

public function EntityHandlerInterface::getViewUrl in CMS Content Sync 2.1.x

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

Return value

string

1 method overrides EntityHandlerInterface::getViewUrl()
EntityHandlerBase::getViewUrl in src/Plugin/EntityHandlerBase.php

File

src/Plugin/EntityHandlerInterface.php, line 136

Class

EntityHandlerInterface
Specifies the publicly available methods of an entity handler plugin that can be used to push and pull entities with Sync Core.

Namespace

Drupal\cms_content_sync\Plugin

Code

public function getViewUrl(EntityInterface $entity);