interface NodeInterface
Same name in this branch
- 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\NodeView 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 |