The auto-computed library name.
string The library name.
public function getLibraryName() : string { $library_id = $this->getPluginId(); $library_id = str_replace(':', '--', $library_id); return sprintf('core/components.%s', $library_id); }