Gets libraries for a specific style or empty list if style is not found.
Parameters
$style:
The name of the style.
Return value
array
The names of the libraries, or empty list if not found.
File
- paragraphs_collection/src/StyleDiscoveryInterface.php, line 22
Class
- StyleDiscoveryInterface
- Provides discovery for a YAML style files in specific directories.
Namespace
Drupal\paragraphs_collection
Code
public function getLibraries($style);