You are here

RegisterActiveExtensionsOperation.php in X Autoload 7.4

File

lib/FinderOperation/RegisterActiveExtensionsOperation.php
View source
<?php

namespace Drupal\xautoload\FinderOperation;

class RegisterActiveExtensionsOperation implements FinderOperationInterface {

  /**
   * {@inheritdoc}
   */
  function operateOnFinder($finder, $helper) {
    $helper
      ->registerActiveExtensions();
  }

}