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

Breadcrumb

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

CharacterReference::$numeric_mask

Type: numeric_mask

File

vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php, line 14

Class

CharacterReference
Manage entity references.

Namespace

Masterminds\HTML5\Parser

Code

protected static $numeric_mask = array(
    0x0,
    0x2ffff,
    0,
    0xffff,
);

API Navigation

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