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

Breadcrumb

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

function Matches::createClone

Returns a clone of the current object

Return value

Matches

File

vendor/mck89/peast/lib/Peast/Selector/Matches.php, line 153

Class

Matches
Selector matches class

Namespace

Peast\Selector

Code

public function createClone() {
    return new self($this->matches);
}

API Navigation

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