public function MultifieldEntityController::cacheSet in Multifield 7
Same name and namespace in other branches
- 7.2 MultifieldEntityController.php \MultifieldEntityController::cacheSet()
Stores entities in the static entity cache.
Parameters
$entities: Entities to store in the cache.
Overrides DrupalDefaultEntityController::cacheSet
1 call to MultifieldEntityController::cacheSet()
File
- ./
MultifieldEntityController.php, line 73
Class
Code
public function cacheSet($entities) {
$this->entityCache += $entities;
}