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

Breadcrumb

  1. Drupal Core 11.1.x

KeepFilter.php

Namespace

DeepCopy\Filter

File

vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php

View source
<?php

namespace DeepCopy\Filter;

class KeepFilter implements Filter {
    
    /**
     * Keeps the value of the object property.
     *
     * {@inheritdoc}
     */
    public function apply($object, $property, $objectCopier) {
        // Nothing to do
    }

}

Classes

Title Deprecated Summary
KeepFilter

API Navigation

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