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

Breadcrumb

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

function TreeBuildingRules::handleRT

1 call to TreeBuildingRules::handleRT()
TreeBuildingRules::evaluate in vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
Evaluate the rule for the current tag name.

File

vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php, line 109

Class

TreeBuildingRules
Handles special-case rules for the DOM tree builder.

Namespace

Masterminds\HTML5\Parser

Code

protected function handleRT($ele, $current) {
    return $this->closeIfCurrentMatches($ele, $current, array(
        'rt',
        'rp',
    ));
}

API Navigation

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