You are here

function fpa_theme in Fast Permissions Administration 8.2

Same name and namespace in other branches
  1. 7.2 fpa.theme.inc \fpa_theme()

Implements hook_theme().

File

./fpa.theme.inc, line 11
Theme callbacks to pre-tag rows for FPA functionality.

Code

function fpa_theme($existing, $type, $theme, $path) {
  return [
    'fpa_user_admin_permissions' => [
      'render element' => 'form',
      'file' => 'fpa.theme.inc',
    ],
  ];
}