You are here

public function MiconInterface::getArchive in Micon 2.x

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

Gets the archive from a base64 encoded string.

Return value

string The restored archive data.

1 method overrides MiconInterface::getArchive()
Micon::getArchive in src/Entity/Micon.php
Gets the archive from a base64 encoded string.

File

src/Entity/MiconInterface.php, line 62

Class

MiconInterface
Provides an interface for defining Micon entities.

Namespace

Drupal\micon\Entity

Code

public function getArchive();