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

Breadcrumb

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

interface Matcher

Hierarchy

  • interface \DeepCopy\Matcher\Matcher

Expanded class hierarchy of Matcher

All classes that implement Matcher

2 files declare their use of Matcher
DeepCopy.php in vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php
DoctrineProxyMatcher.php in vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php

File

vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php, line 5

Namespace

DeepCopy\Matcher
View source
interface Matcher {
    
    /**
     * @param object $object
     * @param string $property
     *
     * @return boolean
     */
    public function matches($object, $property);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Matcher::matches public function 4
RSS feed
Powered by Drupal