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

Breadcrumb

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

function Specificity::plus

File

vendor/symfony/css-selector/Node/Specificity.php, line 39

Class

Specificity
Represents a node specificity.

Namespace

Symfony\Component\CssSelector\Node

Code

public function plus(self $specificity) : self {
    return new self($this->a + $specificity->a, $this->b + $specificity->b, $this->c + $specificity->c);
}

API Navigation

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