/**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     $settings = parent::defaultSettings();
     // The target bundle is handled by the 'target_bundles' property in the
     // 'handler_settings' instance setting.
     unset($settings['target_bundle']);
     return $settings;
 }
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('target_type' => 'taxonomy_term', 'options_list_callback' => NULL, 'allowed_values' => array(array('vocabulary' => '', 'parent' => 0))) + parent::defaultSettings();
 }
Esempio n. 3
0
 /**
  * {@inheritdoc}
  */
 public static function defaultSettings()
 {
     return array('target_type' => 'file', 'display_field' => FALSE, 'display_default' => FALSE, 'uri_scheme' => file_default_scheme()) + parent::defaultSettings();
 }