Projet

Général

Profil

Révision dd54aff9

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

Weekly update of contrib modules

Voir les différences:

htmltest/sites/all/modules/entity/modules/book.info.inc
20 20
    'description' => t("If part of a book, the book to which this book page belongs."),
21 21
    'getter callback' => 'entity_metadata_book_get_properties',
22 22
  );
23
}
23
  $properties['book_ancestors'] = array(
24
    'label' => t("Book ancestors"),
25
    'type' => 'list<node>',
26
    'computed' => TRUE,
27
    'description' => t("If part of a book, a list of all book pages upwards in the book hierarchy."),
28
    'getter callback' => 'entity_metadata_book_get_properties',
29
  );
30
}

Formats disponibles : Unified diff