You are here

protected property DependentLibraryTrait::$dependencies in Libraries API 8.3

An array of library IDs of libraries that the library depends on.

File

src/ExternalLibrary/Dependency/DependentLibraryTrait.php, line 15

Class

DependentLibraryTrait
Provides a trait for libraries that depend on other libraries.

Namespace

Drupal\libraries\ExternalLibrary\Dependency

Code

protected $dependencies;