You are here

function DrupalSystemInterface::librariesGetPath in X Autoload 7.5

Parameters

string $name: Name of the library.

Return value

string|false

See also

libraries_get_path()

2 methods override DrupalSystemInterface::librariesGetPath()
DrupalSystem::librariesGetPath in src/DrupalSystem/DrupalSystem.php
MockDrupalSystem::librariesGetPath in tests/src/Mock/MockDrupalSystem.php

File

src/DrupalSystem/DrupalSystemInterface.php, line 100

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function librariesGetPath($name);