function PackageInterface::getIncludePaths
Returns a list of directories which should get added to PHP's include path.
Return value
string[]
2 methods override PackageInterface::getIncludePaths()
- AliasPackage::getIncludePaths in vendor/
composer/ composer/ src/ Composer/ Package/ AliasPackage.php - Returns a list of directories which should get added to PHP's include path.
- Package::getIncludePaths in vendor/
composer/ composer/ src/ Composer/ Package/ Package.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ Package/ PackageInterface.php, line 324
Class
- PackageInterface
- Defines the essential information a package has that is used during solving/installation
Namespace
Composer\PackageCode
public function getIncludePaths() : array;