protected LibraryDiscoveryParser::drupalGetPath($type, $name)
Wraps drupal_get_path().
File
- core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php, line 389
Class
- LibraryDiscoveryParser
- Parses library files to get extension data.
Namespace
Drupal\Core\Asset
Code
protected function drupalGetPath($type, $name) { return drupal_get_path($type, $name); }
Please login to continue.