public function PlatformBase::setValue in Social Media Links Block and Field 8.2
Set the value for the platform.
Parameters
string $value: The value.
Overrides PlatformInterface::setValue
File
- src/
PlatformBase.php, line 36
Class
- PlatformBase
- Base class for platform.
Namespace
Drupal\social_media_linksCode
public function setValue($value) {
$this->value = $value;
}