api-8.x-1.x-dev/templates/namespace-page.html.twig
templates/namespace-page.html.twig
{#
/**
* @file
* Displays an API page for a namespace, including list of classes in it.
*
* Available variables:
* - alternatives: List of alternate versions (branches) of this namespace.
* - listing: Listing of classes, traits, and interfaces in the namespace.
* - branch: Object with information about the branch.
* - namespace: Namespace string.
*
* @see api_preprocess_api_namespace_page()
*
* @ingroup themeable
*/
#}
{{ alternatives }}
{{ listing }}
