You are here

public function Replication::getArchiveSource in Workspace 8

Gets the archive source flag.

File

src/Entity/Replication.php, line 286

Class

Replication
Defines the Replication entity.

Namespace

Drupal\workspace\Entity

Code

public function getArchiveSource() {
  return $this
    ->get('archive_source')->value;
}