public function CleanState::initiated in Feeds 8.3
Returns if the list is initiated.
Return value
bool True if the list was initiated, false otherwise.
Overrides CleanStateInterface::initiated
1 call to CleanState::initiated()
- CleanState::nextEntity in src/
Feeds/ State/ CleanState.php - Returns the next entity in the list and removes the ID from the list.
File
- src/
Feeds/ State/ CleanState.php, line 85
Class
- CleanState
- State for the clean stage.
Namespace
Drupal\feeds\Feeds\StateCode
public function initiated() {
return $this->initiated;
}