You are here

function linkicon_library_info_build in Link Icon 8

Implements hook_library_info_build().

File

./linkicon.module, line 46
A link field formatter to create icon classes based on predefined titles.

Code

function linkicon_library_info_build() {
  return linkicon()
    ->libraryInfoBuild();
}