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