Projet

Général

Profil

Révision e7101f36

Ajouté par Julien Enselme il y a environ 9 ans

Update uuid 1.0-alpha5 1.0-alpha6

Voir les différences:

drupal7/sites/all/modules/uuid/plugins/arguments/entity_uuid.inc
17 17
  'get children' => 'uuid_entity_uuid_get_children',
18 18
);
19 19

  
20
/**
21
 * @todo document me properly
22
 */
20 23
function uuid_entity_uuid_get_child($plugin, $parent, $child) {
21 24
  $plugins = uuid_entity_uuid_get_children($plugin, $parent);
22 25
  return $plugins[$parent . ':' . $child];
23 26
}
24 27

  
28
/**
29
 * @todo document me properly
30
 */
25 31
function uuid_entity_uuid_get_children($original_plugin, $parent) {
26 32
  $entities = entity_get_info();
27 33
  $plugins = array();

Formats disponibles : Unified diff