Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function defineOptions()
 {
     $options = parent::defineOptions();
     $options['string'] = array('default' => '');
     $options['custom_access'] = array('default' => TRUE);
     return $options;
 }
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['view_to_insert'] = array('default' => '');
     $options['inherit_arguments'] = array('default' => FALSE);
     return $options;
 }
Beispiel #3
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['status_code'] = array('default' => 200);
     return $options;
 }
Beispiel #4
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['content'] = array('default' => 'Displaying @start - @end of @total', 'translatable' => TRUE);
     return $options;
 }
Beispiel #5
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['content'] = array('default' => $this->t('Displaying @start - @end of @total'));
     return $options;
 }
Beispiel #6
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['title'] = array('default' => '', 'translatable' => TRUE);
     return $options;
 }
Beispiel #7
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['title'] = array('default' => '');
     return $options;
 }
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['tokenize'] = array('default' => FALSE);
     return $options;
 }
Beispiel #9
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     return $options;
 }