You are here

public function FieldEventVariables::getItems in Hook Event Dispatcher 8

Get the items array by reference.

Return value

array Items array reference.

File

src/Event/Preprocess/Variables/FieldEventVariables.php, line 26

Class

FieldEventVariables
Class FieldEventVariables.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess\Variables

Code

public function &getItems() {
  return $this->variables['items'];
}