You are here

function entity_theme in Entity API 8.0

Same name and namespace in other branches
  1. 7 entity.module \entity_theme()

Implements hook_theme().

File

./entity.module, line 13
Provides expanded entity APIs.

Code

function entity_theme() {
  return [
    'entity_add_list' => [
      'variables' => [
        'bundles' => [],
        'bundle_type' => NULL,
      ],
      'template' => 'entity-add-list',
    ],
  ];
}