コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('default_video' => array('uuid' => NULL, 'data' => NULL)) + parent::defaultStorageSettings();
 }
コード例 #2
0
ファイル: ImageItem.php プロジェクト: eigentor/tommiblog
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('default_image' => array('uuid' => NULL, 'alt' => '', 'title' => '', 'width' => NULL, 'height' => NULL)) + parent::defaultStorageSettings();
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public static function defaultStorageSettings()
 {
     return array('target_type' => 'embridge_asset_entity') + parent::defaultStorageSettings();
 }