You are here

public function WarmerInterface::loadMultiple in Warmer 8

Same name and namespace in other branches
  1. 2.x src/Plugin/WarmerInterface.php \Drupal\warmer\Plugin\WarmerInterface::loadMultiple()

Loads multiple items based on their IDs.

Parameters

array: The item IDs.

Return value

array The loaded items.

3 methods override WarmerInterface::loadMultiple()
CdnWarmer::loadMultiple in modules/warmer_cdn/src/Plugin/warmer/CdnWarmer.php
Loads multiple items based on their IDs.
EntityWarmer::loadMultiple in modules/warmer_entity/src/Plugin/warmer/EntityWarmer.php
Loads multiple items based on their IDs.
SitemapWarmer::loadMultiple in modules/warmer_cdn/src/Plugin/warmer/SitemapWarmer.php
Loads multiple items based on their IDs.

File

src/Plugin/WarmerInterface.php, line 34

Class

WarmerInterface

Namespace

Drupal\warmer\Plugin

Code

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