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

Breadcrumb

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

function CrawlerSelectorCount::toString

Overrides SelfDescribing::toString

File

vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorCount.php, line 25

Class

CrawlerSelectorCount

Namespace

Symfony\Component\DomCrawler\Test\Constraint

Code

public function toString() : string {
    return \sprintf('selector "%s" count is "%d"', $this->selector, $this->count);
}

API Navigation

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