public function DisplayManager::displayableItems in Examples for Developers 8
Same name and namespace 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
- 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;
}