{% extends 'base.html.twig' %}
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
{{ include('components/enum-title.html.twig') }}
{{ include('components/element-found-in.html.twig') }}
{{ include('components/element-header.html.twig') }}
{{ include('components/attributes.html.twig') }}
{{ include('components/enum-cases.html.twig') }}
{{ include('components/methods.html.twig') }}
{{ include('components/source-modal.html.twig') }}
{% endblock %}
{% block on_this_page %}
{% set cases = cases(node) %}
{% set methods = methods(node) %}
On this page
- Table Of Contents
-
{% if cases is not empty %}
- Cases
{% endif %}
{% if methods is not empty %}
- Methods
{% endif %}
{% if cases is not empty %}
- Cases
-
{% endif %}
{% if methods is not empty %}
- Methods
-
{% endif %}
{% endblock %}