public function PlatformInterface::getUrlPrefix in Social Media Links Block and Field 8.2
Return the url prefix of the platform.
Return value
string The url prefix.
1 method overrides PlatformInterface::getUrlPrefix()
- PlatformBase::getUrlPrefix in src/
PlatformBase.php - Return the url prefix of the platform.
File
- src/
PlatformInterface.php, line 62
Class
- PlatformInterface
- Defines an interface for social media links platform plugins.
Namespace
Drupal\social_media_linksCode
public function getUrlPrefix();