public function MigrateSource::getIgnored in Migrate 6.2
Same name and namespace in other branches
- 7.2 includes/source.inc \MigrateSource::getIgnored()
File
- includes/
source.inc, line 53 - Define base for migration sources.
Class
- MigrateSource
- Abstract base class for source handling.
Code
public function getIgnored() {
return $this->numIgnored;
}