function simple_oauth_theme in Simple OAuth (OAuth2) & OpenID Connect 8
Implements hook_theme().
File
- ./
simple_oauth.module, line 55 - Contains simple_oauth.module..
Code
function simple_oauth_theme($existing, $type, $theme, $path) {
return [
'access_token' => [
'render element' => 'access_token',
'file' => 'access_token.page.inc',
],
];
}