function aggregator_theme

Same name and namespace in other branches
  1. 7.x modules/aggregator/aggregator.module \aggregator_theme()
  2. 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.