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

Breadcrumb

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

interface NodeInterface

Same name in this branch
  1. 11.1.x core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface

Interface for nodes.

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\Node\NodeInterface extends \Symfony\Component\CssSelector\Node\Stringable

Expanded class hierarchy of NodeInterface

All classes that implement NodeInterface

See also

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

1 file declares its use of NodeInterface
Translator.php in vendor/symfony/css-selector/XPath/Translator.php

File

vendor/symfony/css-selector/Node/NodeInterface.php, line 24

Namespace

Symfony\Component\CssSelector\Node
View source
interface NodeInterface extends \Stringable {
    public function getNodeName() : string;
    public function getSpecificity() : Specificity;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
NodeInterface::getNodeName public function 1
NodeInterface::getSpecificity public function 11

API Navigation

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