You are here

public function MediaWatermarkInterface::setVerticalMargin in Media watermark 8

Sets the Watermark file vertical margin.

Parameters

string $verticalMargin: Watermark file vertical margin.

Return value

$this

1 method overrides MediaWatermarkInterface::setVerticalMargin()
MediaWatermark::setVerticalMargin in src/Entity/MediaWatermark.php
Sets the Watermark file vertical margin.

File

src/Entity/MediaWatermarkInterface.php, line 100

Class

MediaWatermarkInterface
Provides an interface defining a Example entity.

Namespace

Drupal\media_watermark\Entity

Code

public function setVerticalMargin(string $verticalMargin);