/**
  * {@inheritDoc}
  */
 public function getBlockTypeComposerTemplates()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBlockTypeComposerTemplates', array());
     return parent::getBlockTypeComposerTemplates();
 }
Exemplo n.º 2
0
 /**
  * gets the available composer templates
  * used for editing instances of the BlockType while in the composer ui in the dashboard
  *
  * @return TemplateFile[]
  */
 public function getBlockTypeComposerTemplates()
 {
     return parent::getBlockTypeComposerTemplates();
 }