예제 #1
0
파일: View.php 프로젝트: DrupalTV/DrupalTV
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return array('view' => NULL, 'view_display' => NULL) + parent::defaultConfiguration();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return array('entity_type' => NULL, 'bundle' => NULL) + parent::defaultConfiguration();
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['upload_location' => 'public://', 'dropzone_description' => t('Drop files here to upload them'), 'max_filesize' => file_upload_max_size() / pow(Bytes::KILOBYTE, 2) . 'M', 'extensions' => 'jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp'] + parent::defaultConfiguration();
 }
예제 #4
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['upload_location' => 'public://'] + parent::defaultConfiguration();
 }
예제 #5
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['text' => ''] + parent::defaultConfiguration();
 }