Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function defaultProperties()
 {
     $default_properties = parent::defaultProperties();
     $default_properties['options']['paramForwarding'] = TRUE;
     return $default_properties;
 }