Loading core/modules/views/src/ViewExecutable.php +5 −2 Original line number Diff line number Diff line Loading @@ -340,9 +340,12 @@ class ViewExecutable { public $inited; /** * The rendered output of the exposed form. * The render array for the exposed form. * * @var string * In cases that the exposed form is rendered as a block this will be an * empty array. * * @var array */ public $exposed_widgets; Loading Loading
core/modules/views/src/ViewExecutable.php +5 −2 Original line number Diff line number Diff line Loading @@ -340,9 +340,12 @@ class ViewExecutable { public $inited; /** * The rendered output of the exposed form. * The render array for the exposed form. * * @var string * In cases that the exposed form is rendered as a block this will be an * empty array. * * @var array */ public $exposed_widgets; Loading