1 layout_context.inc LayoutContext::setData($data)

Set the data for this context.

File

core/modules/layout/plugins/context/layout_context.inc, line 220
Class that holds information relating to a layout's context.

Class

LayoutContext
@file Class that holds information relating to a layout's context.

Code

function setData($data) {
  $this->data = $data;
}