We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a859543 + 963b310 commit c434aefCopy full SHA for c434aef
tools/php_api_ref/.phpdoc/template/components/class-title.html.twig
@@ -8,6 +8,12 @@
8
add_edition: true,
9
} %}
10
{% block subheader %}
11
+ {% if node.isReadOnly %}
12
+ <div class="content-header__subheader">Read-only</div>
13
+ {% endif %}
14
+ {% if node.isFinal %}
15
+ <div class="content-header__subheader">Final</div>
16
17
{% if node.isAbstract %}
18
<div class="content-header__subheader">Abstract</div>
19
{% endif %}
0 commit comments