Projet

Général

Profil

Révision 6135231a

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/lightbox2/lightbox2.views.inc
27 27
  );
28 28

  
29 29
  return $data;
30
}
31

  
32
/**
33
 * Implementation of hook_views_handlers() to register all of the basic handlers
34
 * views uses.
35
 */
36
function lightbox2_views_handlers() {
37
  return array(
38
    'info' => array(
39
      'path' => drupal_get_path('module', 'lightbox2'),
40
    ),
41
    'handlers' => array(
42
      'lightbox2_handler_field_lightbox2' => array(
43
        'parent' => 'views_handler_field',
44
      ),
45
    ),
46
  );
47
}
30
}

Formats disponibles : Unified diff