Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_cache_none.inc
11 11
 * @ingroup views_cache_plugins
12 12
 */
13 13
class views_plugin_cache_none extends views_plugin_cache {
14
  function cache_start() { /* do nothing */ }
15 14

  
16
  function summary_title() {
15
  /**
16
   * {@inheritdoc}
17
   */
18
  public function cache_start() {
19
    // Do nothing.
20
  }
21

  
22
  /**
23
   * {@inheritdoc}
24
   */
25
  public function summary_title() {
17 26
    return t('None');
18 27
  }
19 28

  
20
  function cache_get($type) {
29
  /**
30
   * {@inheritdoc}
31
   */
32
  public function cache_get($type) {
21 33
    return FALSE;
22 34
  }
23 35

  
24
  function cache_set($type) { }
36
  /**
37
   * {@inheritdoc}
38
   */
39
  public function cache_set($type) {
40
  }
41

  
25 42
}

Formats disponibles : Unified diff