You are here

namespace Drupal\libraries\ExternalLibrary\PhpFile in Libraries API 8.3

Classsort descending Location Description
PhpFileLibrary src/ExternalLibrary/PhpFile/PhpFileLibrary.php Provides a base PHP file library implementation.
PhpFileLibraryInterface src/ExternalLibrary/PhpFile/PhpFileLibraryInterface.php Provides an interface for libraries with PHP files.
PhpFileLoaderInterface src/ExternalLibrary/PhpFile/PhpFileLoaderInterface.php Provides an interface for PHP file loaders.
PhpRequireLoader src/ExternalLibrary/PhpFile/PhpRequireLoader.php Provides a PHP file loader using PHP's require_once.