Projet

Général

Profil

Révision e4c061ad

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/views_content/plugins/content_types/views.inc
63 63
  return $types;
64 64
}
65 65

  
66
/**
67
 * Return a single content type.
68
 */
69
function views_content_views_content_type_content_type($subtype, $plugin) {
70
  $view = views_get_view($name);
71
  if (empty($view)) {
72
    return;
73
  }
74

  
75
  return _views_content_views_content_type($view);
76
}
77

  
78 66
/**
79 67
 * Create the content type info array to give back to ctools for a given display.
80 68
 */

Formats disponibles : Unified diff