You are here

public function ElegantThemes::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/ElegantThemes.php, line 24

Class

ElegantThemes
Provides 'elegantthemes' iconset.

Namespace

Drupal\social_media_links\Plugin\SocialMediaLinks\Iconset

Code

public function getStyle() {
  return [
    '32' => '32x32',
  ];
}