You are here

public function Micon::getStyle in Micon 8

Same name and namespace in other branches
  1. 2.x src/Plugin/SocialMediaLinks/Iconset/Micon.php \Drupal\micon\Plugin\SocialMediaLinks\Iconset\Micon::getStyle()

Return the available styles.

Return value

array The available styles/sizes of the iconset.

Overrides IconsetInterface::getStyle

File

src/Plugin/SocialMediaLinks/Iconset/Micon.php, line 30

Class

Micon
Provides 'elegantthemes' iconset.

Namespace

Drupal\micon\Plugin\SocialMediaLinks\Iconset

Code

public function getStyle() {
  return array(
    'normal' => 'normal',
  );
}