public function XmlSitemapLinkStorageInterface::loadMultiple in XML sitemap 8
Same name and namespace in other branches
- 2.x 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\xmlsitemapCode
public function loadMultiple(array $conditions = []);