You are here

public function MiconInterface::setArchive in Micon 2.x

Same name and namespace in other branches
  1. 8 src/Entity/MiconInterface.php \Drupal\micon\Entity\MiconInterface::setArchive()

Set the archive as base64 encoded string.

Parameters

string $zip_path: The URI of the zip file.

Return value

$this

1 method overrides MiconInterface::setArchive()
Micon::setArchive in src/Entity/Micon.php
Set the archive as base64 encoded string.

File

src/Entity/MiconInterface.php, line 54

Class

MiconInterface
Provides an interface for defining Micon entities.

Namespace

Drupal\micon\Entity

Code

public function setArchive($zip_path);