function aggregator_theme
Implements hook_theme().
File
-
core/
modules/ aggregator/ aggregator.module, line 67
Code
function aggregator_theme() {
return [
'aggregator_feed' => [
'render element' => 'elements',
'file' => 'aggregator.theme.inc',
],
'aggregator_item' => [
'render element' => 'elements',
'file' => 'aggregator.theme.inc',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.