コード例 #1
0
ファイル: DsLayout.php プロジェクト: jkyto/agolf
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration() {
   return parent::defaultConfiguration() + [
     'wrappers' => [],
     'outer_wrapper' => 'div',
     'attributes' => '',
     'link_attribute' => '',
     'link_custom' => '',
     'classes' => [
       'layout_class' => [],
     ]
   ];
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + ['setting_1' => 'Default'];
 }