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

Breadcrumb

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

interface HandlerInterface

CSS selector handler interface.

This component is a port of the Python cssselect library, which is copyright Ian Bicking, @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

@internal

Hierarchy

  • interface \Symfony\Component\CssSelector\Parser\Handler\HandlerInterface

Expanded class hierarchy of HandlerInterface

All classes that implement HandlerInterface

See also

https://github.com/SimonSapin/cssselect.

File

vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php, line 27

Namespace

Symfony\Component\CssSelector\Parser\Handler
View source
interface HandlerInterface {
    public function handle(Reader $reader, TokenStream $stream) : bool;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
HandlerInterface::handle public function 6

API Navigation

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