public function MiconInterface::getArchive in Micon 2.x
Same name and namespace in other branches
- 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\EntityCode
public function getArchive();