Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save factoryhr/5111157ad1c14338f7082bb3b654bd37 to your computer and use it in GitHub Desktop.
Save factoryhr/5111157ad1c14338f7082bb3b654bd37 to your computer and use it in GitHub Desktop.
$tags = \Pimcore\Model\Element\Tag::getTagsForElement('document', 4);
$availableKeywords = [];
foreach ($tags as $tag) {
$availableKeywords[$tag->getId()] = $tag->getName();
}
$this->view->$availableKeywords;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment