You are here

public function InitEvent::getStage in Feeds 8.3

Returns the stage to initialize.

Return value

string The stage to initialize.

File

src/Event/InitEvent.php, line 40

Class

InitEvent
Fired before a regular event is being fired.

Namespace

Drupal\feeds\Event

Code

public function getStage() {
  return $this->stage;
}