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

Breadcrumb

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

function HtmlExtension::translateChecked

1 call to HtmlExtension::translateChecked()
HtmlExtension::getPseudoClassTranslators in vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
Returns pseudo-class translators.

File

vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php, line 60

Class

HtmlExtension
XPath expression translator HTML extension.

Namespace

Symfony\Component\CssSelector\XPath\Extension

Code

public function translateChecked(XPathExpr $xpath) : XPathExpr {
    return $xpath->addCondition('(@checked ' . "and (name(.) = 'input' or name(.) = 'command')" . "and (@type = 'checkbox' or @type = 'radio'))");
}

API Navigation

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