You are here

public function PhpFileLibraryInterface::getPhpFiles in Libraries API 8.3

Returns the PHP files of this library.

Return value

string[] An array of absolute file paths of PHP files.

1 method overrides PhpFileLibraryInterface::getPhpFiles()
PhpFileLibrary::getPhpFiles in src/ExternalLibrary/PhpFile/PhpFileLibrary.php
Returns the PHP files of this library.

File

src/ExternalLibrary/PhpFile/PhpFileLibraryInterface.php, line 20

Class

PhpFileLibraryInterface
Provides an interface for libraries with PHP files.

Namespace

Drupal\libraries\ExternalLibrary\PhpFile

Code

public function getPhpFiles();