function DisplayManager::displayableItems
Same name in other branches
- 3.x modules/phpunit_example/src/DisplayManager.php \Drupal\phpunit_example\DisplayManager::displayableItems()
All displayable items.
Return value
array The displayable items.
File
-
modules/
phpunit_example/ src/ DisplayManager.php, line 53
Class
- DisplayManager
- An example class to demonstrate unit testing.
Namespace
Drupal\phpunit_exampleCode
public function displayableItems() {
return $this->items;
}