comparison core/modules/views/src/Annotation/ViewsRow.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
48 public $help = ''; 48 public $help = '';
49 49
50 /** 50 /**
51 * The theme function used to render the row output. 51 * The theme function used to render the row output.
52 * 52 *
53 * @return string 53 * @var string
54 */ 54 */
55 public $theme; 55 public $theme;
56 56
57 /** 57 /**
58 * The base tables on which this row plugin can be used. 58 * The base tables on which this row plugin can be used.