function OEmbedTestTrait::getFixturesUrl

Same name and namespace in other branches
  1. 11.x core/modules/media/tests/src/Traits/OEmbedTestTrait.php \Drupal\Tests\media\Traits\OEmbedTestTrait::getFixturesUrl()

Returns the absolute URL of the oEmbed fixtures directory.

Return value

string

File

core/modules/media/tests/src/Traits/OEmbedTestTrait.php, line 28

Class

OEmbedTestTrait
Contains helper functions for testing oEmbed functionality in isolation.

Namespace

Drupal\Tests\media\Traits

Code

protected function getFixturesUrl() {
  return $this->baseUrl . '/' . $this->getFixturesDirectory();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.