You are here

public function IconsetInterface::getName in Social Media Links Block and Field 8.2

Return the name of the iconset.

Return value

string The name of the iconset.

1 method overrides IconsetInterface::getName()
IconsetBase::getName in src/IconsetBase.php
Return the name of the iconset.

File

src/IconsetInterface.php, line 18

Class

IconsetInterface
Defines an interface for social media links iconset plugins.

Namespace

Drupal\social_media_links

Code

public function getName();