function aggregator_theme
Same name in other branches
- 7.x modules/aggregator/aggregator.module \aggregator_theme()
- 8.9.x core/modules/aggregator/aggregator.module \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.