Same name and namespace in other branches
  1. 7.x-2.x quicktabs.module \theme_quicktabs_tab_access_denied() 1 comment
  2. 7.x-3.x quicktabs.module \theme_quicktabs_tab_access_denied() 1 comment

Theme function to display the access denied tab.

4 theme calls to theme_quicktabs_tab_access_denied()
QuickBlockContent::render in src/Plugin/QuickContent/QuickBlockContent.php
Renders the content.
QuickCallbackContent::render in src/Plugin/QuickContent/QuickCallbackContent.php
Renders the content.
QuickNodeContent::render in src/Plugin/QuickContent/QuickNodeContent.php
Renders the content.
QuickViewContent::render in src/Plugin/QuickContent/QuickViewContent.php
Renders the content.

File

./quicktabs.module, line 483

Code

function theme_quicktabs_tab_access_denied($variables) {
    return t('You are not authorized to access this content.');
}