Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Matches.php
function Matches::count
Returns the number of matches
Return value
int
File
vendor/
mck89/
peast/
lib/
Peast/
Selector/
Matches.php
, line 163
Class
Matches
Selector matches class
Namespace
Peast\Selector
Code
public
function
count
() {
return
count
(
$this
->
matches
); }
RSS feed