In this tutorial we are going to add a Data Source for CiviCRM Entity.
For example we will add Case Data Source.
Follow the below mentioned steps to add you own Data Source for CiviCRM Entity to Data Processor:
- ###### First navigate to the Civi/DataProcessor and open Factory.php
- Add following line referring the other lines
`$this->addDataSource(key with which it will be stored, namespace and the php file for the data source, E::ts(this will be the value with which Data Source will be shown));`