public function IconsetBase::getLibrary in Social Media Links Block and Field 8.2
Get the library.
This method is used if the iconset should be used via the Library API.
Return value
array The library.
1 call to IconsetBase::getLibrary()
- FontAwesome::getLibrary in src/
Plugin/ SocialMediaLinks/ Iconset/ FontAwesome.php - Get the library.
1 method overrides IconsetBase::getLibrary()
- FontAwesome::getLibrary in src/
Plugin/ SocialMediaLinks/ Iconset/ FontAwesome.php - Get the library.
File
- src/
IconsetBase.php, line 102
Class
- IconsetBase
- Base class for iconset.
Namespace
Drupal\social_media_linksCode
public function getLibrary() {
return NULL;
}