You are here

public function EntityStatus::getSourceUrl in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EntityStatus.php \Drupal\cms_content_sync\Entity\EntityStatus::getSourceUrl()
  2. 2.1.x src/Entity/EntityStatus.php \Drupal\cms_content_sync\Entity\EntityStatus::getSourceUrl()

Returns the entities source url.

Return value

string

File

src/Entity/EntityStatus.php, line 1016

Class

EntityStatus
Defines the "Content Sync - Entity Status" entity type.

Namespace

Drupal\cms_content_sync\Entity

Code

public function getSourceUrl() {
  return $this
    ->get('source_url')->value;
}