Projet

Général

Profil

Révision 01f36513

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/views/webform_plugin_row_submission_view.inc
1 1
<?php
2 2

  
3 3
/**
4
 * @file
5 4
 * Contains the submission view row style plugin.
6
 */
7

  
8
/**
5
 *
9 6
 * Plugin which performs a webform_submission_render on the resulting object.
10 7
 *
11 8
 * Most of the code on this object is in the theme function.
......
13 10
 * @ingroup views_row_plugins
14 11
 */
15 12
class webform_views_plugin_row_submission_view extends views_plugin_row {
13

  
16 14
  /**
17 15
   * Basic properties that let the row style follow relationships.
16
   *
17
   * @var string
18 18
   */
19 19
  public $base_table = 'webform_submissions';
20 20
  public $base_field = 'sid';
21 21

  
22 22
  /**
23 23
   * Stores the nodes loaded with pre_render.
24
   *
25
   * @var array
24 26
   */
25 27
  private $submissions = array();
26 28
  private $nodes = array();

Formats disponibles : Unified diff