You are here

public function XmlSitemapLinkStorageInterface::save in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 src/XmlSitemapLinkStorageInterface.php \Drupal\xmlsitemap\XmlSitemapLinkStorageInterface::save()

Saves or updates a sitemap link.

Parameters

array $link: An array with a sitemap link.

1 method overrides XmlSitemapLinkStorageInterface::save()
XmlSitemapLinkStorage::save in src/XmlSitemapLinkStorage.php
Saves or updates a sitemap link.

File

src/XmlSitemapLinkStorageInterface.php, line 28

Class

XmlSitemapLinkStorageInterface
Provides an interface defining a XmlSitemapLinkStorage service.

Namespace

Drupal\xmlsitemap

Code

public function save(array $link);