Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
OutputRules.php
function OutputRules::unsetTraverser
File
vendor/
masterminds/
html5/
src/
HTML5/
Serializer/
OutputRules.php
, line 185
Class
OutputRules
Generate the output html5 based on element rules.
Namespace
Masterminds\HTML5\Serializer
Code
public
function
unsetTraverser
() {
$this
->
traverser
=
null
;
return
$this
; }
RSS feed