コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + array('upscale' => FALSE);
 }
コード例 #2
0
ファイル: CropImageEffect.php プロジェクト: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + array('anchor' => 'center-center');
 }