Overrides SourcePluginBase::prepareRow
public function prepareRow(Row $row) { $exists = $this->moduleExists($row->getSourceProperty('module')); $row->setSourceProperty('module_exists', $exists); return parent::prepareRow($row); }