You are here

public function Meta::getUrl in Easymeta 8

Get Meta Value.

Return value

mixed The meta url.

1 call to Meta::getUrl()
Meta::save in src/Meta.php
Save and persist Meta.

File

src/Meta.php, line 56

Class

Meta
Meta Class.

Namespace

Drupal\easymeta

Code

public function getUrl() {
  return $this->url;
}