public function AssetInjectorInterface::libraryNameSuffix in Asset Injector 8.2
Same name and namespace in other branches
- 8 src/AssetInjectorInterface.php \Drupal\asset_injector\AssetInjectorInterface::libraryNameSuffix()
Get the library name suffix to append to module name.
Return value
bool|string Library name suffix for use in page attachments.
See also
asset_injector_page_attachments()
asset_injector_library_info_build()
1 method overrides AssetInjectorInterface::libraryNameSuffix()
- AssetInjectorBase::libraryNameSuffix in src/
Entity/ AssetInjectorBase.php - Get the library name suffix to append to module name.
File
- src/
AssetInjectorInterface.php, line 30
Class
- AssetInjectorInterface
- Provides an interface for defining Asset Injector entities.
Namespace
Drupal\asset_injectorCode
public function libraryNameSuffix();