You are here

public function Provider::addCacheTags in oEmbed 8

Adds cache tags.

Parameters

string[] $cache_tags: The cache tags to be added.

Return value

$this

Overrides RefinableCacheableDependencyTrait::addCacheTags

File

src/Entity/Provider.php, line 104
Contains \Drupal\oembed\Entity\Provider.

Class

Provider
Defines the Provider entity.

Namespace

Drupal\oembed\Entity

Code

public function addCacheTags(array $cache_tags) {

  // TODO: Implement addCacheTags() method.
}