thrownewDataSourceNotFoundException(E::ts("Field %1 requires data source '%2' which could not be found. Did you rename or deleted the data source?",array(1=>$newAlias,2=>$datasourceName)));
thrownewFieldNotFoundException(E::ts("Field %1 requires a field with the name '%2' in the data source '%3'. Did you change the data source type?",array(
1=>$newAlias,
2=>$fieldAlias,
3=>$datasourceName
)));
}
$inputFieldSpec=clone$inputFieldSpec;
$inputFieldSpec->alias=$newAlias;
return[$dataSource,$inputFieldSpec];
}
/**
* When this handler has additional configuration you can add