Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / aggregator_fetch.twig
1 /**
2  * Implements hook_aggregator_fetch().
3  */
4 function {{ machine_name }}_aggregator_fetch($feed) {
5   $feed->source_string = mymodule_fetch($feed->url);
6 }