You are here

public function MapEvent::getErrors in Sophron 8

Returns the errors collected during the processing of the event.

Return value

array The array of errors collected.

File

src/Event/MapEvent.php, line 83

Class

MapEvent
Defines the MapEvent.

Namespace

Drupal\sophron\Event

Code

public function getErrors() {
  return $this->errors;
}