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

Breadcrumb

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

function Group::exec

Executes the current group on the given matches

Parameters

Matches $matches Matches:

File

vendor/mck89/peast/lib/Peast/Selector/Node/Group.php, line 46

Class

Group
Selector group class

Namespace

Peast\Selector\Node

Code

public function exec(Matches $matches) {
    foreach ($this->combinators as $combinator) {
        $combinator->exec($matches);
    }
}

API Navigation

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