public function QueryTest::setAllItems in Views (for Drupal 7) 8.3
Sets the allItems property.
Parameters
array $allItems: An array of stdClasses.
File
- tests/
views_test_data/ lib/ Drupal/ views_test_data/ Plugin/ views/ query/ QueryTest.php, line 36 - Definition of Drupal\views_test_data\Plugin\views\query\QueryTest.
Class
- QueryTest
- Defines a query test plugin.
Namespace
Drupal\views_test_data\Plugin\views\queryCode
public function setAllItems($allItems) {
$this->allItems = $allItems;
}