예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function defineOptions()
 {
     $options = parent::defineOptions();
     $options['string'] = array('default' => '');
     $options['custom_access'] = array('default' => TRUE);
     return $options;
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['view_to_insert'] = array('default' => '');
     $options['inherit_arguments'] = array('default' => FALSE);
     return $options;
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['status_code'] = array('default' => 200);
     return $options;
 }
예제 #4
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['content'] = array('default' => 'Displaying @start - @end of @total', 'translatable' => TRUE);
     return $options;
 }
예제 #5
0
파일: Result.php 프로젝트: nstielau/drops-8
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['content'] = array('default' => $this->t('Displaying @start - @end of @total'));
     return $options;
 }
예제 #6
0
파일: Title.php 프로젝트: alnutile/drunatra
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['title'] = array('default' => '', 'translatable' => TRUE);
     return $options;
 }
예제 #7
0
파일: Title.php 프로젝트: nstielau/drops-8
 /**
  * {@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;
 }
예제 #9
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     return $options;
 }