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/statistics.info.inc
19 19
    'type' => 'integer',
20 20
    'getter callback' => 'entity_metadata_statistics_node_get_properties',
21 21
    'computed' => TRUE,
22
    'access callback' => 'entity_metadata_statistics_properties_access',
22 23
  );
23 24
  $properties['day_views'] = array(
24 25
    'label' => t("Views today"),
......
26 27
    'type' => 'integer',
27 28
    'getter callback' => 'entity_metadata_statistics_node_get_properties',
28 29
    'computed' => TRUE,
30
    'access callback' => 'entity_metadata_statistics_properties_access',
29 31
  );
30 32
  $properties['last_view'] = array(
31 33
    'label' => t("Last view"),
......
33 35
    'type' => 'date',
34 36
    'getter callback' => 'entity_metadata_statistics_node_get_properties',
35 37
    'computed' => TRUE,
38
    'access callback' => 'entity_metadata_statistics_properties_access',
36 39
  );
37 40
}

Formats disponibles : Unified diff