Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. OutputRules.php

OutputRules::$implicitNamespaces

Holds the HTML5 element names that causes a namespace switch.

Type: array

File

vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php, line 39

Class

OutputRules
Generate the output html5 based on element rules.

Namespace

Masterminds\HTML5\Serializer

Code

protected $implicitNamespaces = array(
    self::NAMESPACE_HTML,
    self::NAMESPACE_SVG,
    self::NAMESPACE_MATHML,
    self::NAMESPACE_XML,
    self::NAMESPACE_XMLNS,
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal