You are here

constant MultipleAssetLibraryInterface::SEPARATOR in Libraries API 8.3

Separates the library machine name from its component name.

The period is chosen in alignment with core asset libraries, which are named, for example, 'core/jquery.once'.

File

src/ExternalLibrary/Asset/MultipleAssetLibraryInterface.php, line 45

Class

MultipleAssetLibraryInterface
Provides an interface for external asset libraries with multiple libraries.

Namespace

Drupal\libraries\ExternalLibrary\Asset

Code

const SEPARATOR = '.';