interface IncludeLibraryServiceInterface

Interface to be called for DI for IncludeLibrary Main related services

Methods

array|null
getData(string $name, string $type, string $version)

Gets the data corresponding to library, type and version

Details

at line 22
array|null getData(string $name, string $type, string $version)

Gets the data corresponding to library, type and version

Parameters

string $name
string $type
string $version

Return Value

array|null