You are here

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

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

Load sitemap links from the database.

Parameters

array $conditions: An array of conditions on the {xmlsitemap} table in the form 'field' => $value.

Return value

array An array of sitemap link arrays.

1 method overrides XmlSitemapLinkStorageInterface::loadMultiple()
XmlSitemapLinkStorage::loadMultiple in src/XmlSitemapLinkStorage.php
Load sitemap links from the database.

File

src/XmlSitemapLinkStorageInterface.php, line 139

Class

XmlSitemapLinkStorageInterface
Provides an interface defining a XmlSitemapLinkStorage service.

Namespace

Drupal\xmlsitemap

Code

public function loadMultiple(array $conditions = []);