You are here

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

Generates the final url for the output.

Parameters

\Drupal\Core\Url $url: A Url object with the full plattform url.

Return value

string The url to the platform (with the user value).

1 method overrides PlatformInterface::generateUrl()
PlatformBase::generateUrl in src/PlatformBase.php
Generates the final url for the output.

File

src/PlatformInterface.php, line 94

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function generateUrl(Url $url);