Example #1
0
 public function prepareAssociationsDrawerXMLElement(Entry $e, array $parent_association, $prepopulate = '')
 {
     $li = parent::prepareAssociationsDrawerXMLElement($e, $parent_association);
     $a = $li->getChild(0);
     $a->setAttribute('data-path', $this->get('destination'));
     return $li;
 }