Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Elements.php
Elements::BLOCK_ONLY_INLINE
Indicates that the tag allows only inline elements as child nodes.
File
vendor/
masterminds/
html5/
src/
HTML5/
Elements.php
, line 72
Class
Elements
This class provides general information about HTML5 elements, including syntactic and semantic issues. Parsers and serializers can use this class as a reference point for information about the rules of various HTML5 elements.
Namespace
Masterminds\HTML5
Code
const
BLOCK_ONLY_INLINE
=
128
;
RSS feed