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\EventCode
public function getStage() {
return $this->stage;
}