Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/relationships/entity_from_query_string.inc
44 44
 */
45 45
function ctools_entity_from_query_string_settings_form($form, &$form_state) {
46 46

  
47
  //Get all avalible enity types
47
  // Get all avalible enity types.
48 48
  foreach (entity_get_info() as $key => $value) {
49 49
    $entity_types[$key] = $value['label'];
50 50
  }

Formats disponibles : Unified diff