You are here

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

Return the name of the platform.

Return value

string The name of the platform.

1 method overrides PlatformInterface::getName()
PlatformBase::getName in src/PlatformBase.php
Return the name of the platform.

File

src/PlatformInterface.php, line 46

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function getName();