comparison core/modules/views/src/Annotation/ViewsDisplay.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
109 public $base; 109 public $base;
110 110
111 /** 111 /**
112 * The theme function used to render the display's output. 112 * The theme function used to render the display's output.
113 * 113 *
114 * @return string 114 * @var string
115 */ 115 */
116 public $theme; 116 public $theme;
117 117
118 /** 118 /**
119 * Whether the plugin should be not selectable in the UI. 119 * Whether the plugin should be not selectable in the UI.