You are here

function ClassFinderAdapterInterface::composerDir in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/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 src/Adapter/ClassFinderAdapter.php
Scan a directory containing Composer-generated autoload files.
LocalDirectoryAdapter::composerDir in src/Adapter/LocalDirectoryAdapter.php
Scans a directory containing Composer-generated autoload files.

File

src/Adapter/ClassFinderAdapterInterface.php, line 37

Class

ClassFinderAdapterInterface

Namespace

Drupal\xautoload\Adapter

Code

function composerDir($dir);