/**
  * {@inheritDoc}
  */
 public function ignorePageThemeGridFrameworkContainer()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'ignorePageThemeGridFrameworkContainer', array());
     return parent::ignorePageThemeGridFrameworkContainer();
 }
Exemplo n.º 2
0
 /**
  * If true, container classes will not be wrapped around this block type in edit mode (if the
  * theme in question supports a grid framework.
  * @return bool
  */
 public function ignorePageThemeGridFrameworkContainer()
 {
     return parent::ignorePageThemeGridFrameworkContainer();
 }