You are here

function ExtendedClassFinderInterface::registerNamespacesDeep in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/ClassFinder/ExtendedClassFinderInterface.php \Drupal\xautoload\ClassFinder\ExtendedClassFinderInterface::registerNamespacesDeep()

Register a number of "deep" namespace directories at once.

Parameters

string[] $map:

DirectoryBehaviorInterface $behavior:

1 method overrides ExtendedClassFinderInterface::registerNamespacesDeep()
ClassFinder::registerNamespacesDeep in lib/ClassFinder/ClassFinder.php
Register a number of "deep" namespace directories at once.

File

lib/ClassFinder/ExtendedClassFinderInterface.php, line 200

Class

ExtendedClassFinderInterface
Class finder interface with additional registration methods.

Namespace

Drupal\xautoload\ClassFinder

Code

function registerNamespacesDeep($map, $behavior = NULL);