You are here

function ClassFinderAdapterInterface::composerDir in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Adapter/ClassFinderAdapterInterface.php \Drupal\xautoload\Adapter\ClassFinderAdapterInterface::composerDir()

Scan a directory containing Composer-generated autoload files.

Parameters

string $dir: Directory to look for Composer-generated files. Typically this is the ../vendor/composer dir.

2 methods override ClassFinderAdapterInterface::composerDir()
ClassFinderAdapter::composerDir in lib/Adapter/ClassFinderAdapter.php
Scan a directory containing Composer-generated autoload files.
LocalDirectoryAdapter::composerDir in lib/Adapter/LocalDirectoryAdapter.php
Scan a directory containing Composer-generated autoload files.

File

lib/Adapter/ClassFinderAdapterInterface.php, line 37

Class

ClassFinderAdapterInterface

Namespace

Drupal\xautoload\Adapter

Code

function composerDir($dir);