You are here

public function Nouveller::getStyle in Social Media Links Block and Field 8.2

Return the available styles.

Return value

array The available styles/sizes of the iconset.

Overrides IconsetInterface::getStyle

File

src/Plugin/SocialMediaLinks/Iconset/Nouveller.php, line 24

Class

Nouveller
Provides 'nouveller' iconset.

Namespace

Drupal\social_media_links\Plugin\SocialMediaLinks\Iconset

Code

public function getStyle() {
  return [
    '16' => '16x16',
    '32' => '32x32',
    'buttons' => '122x42',
  ];
}