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