protected property DisplayNoAreaTest::$usesAreas in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php \Drupal\views_test_data\Plugin\views\display\DisplayNoAreaTest::usesAreas
- 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php \Drupal\views_test_data\Plugin\views\display\DisplayNoAreaTest::usesAreas
Whether the display allows area plugins.
TRUE if the display can use areas, or FALSE otherwise.
Type: bool
File
- core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display/ DisplayNoAreaTest.php, line 25
Class
- DisplayNoAreaTest
- Defines a Display test plugin with areas disabled.
Namespace
Drupal\views_test_data\Plugin\views\displayCode
protected $usesAreas = FALSE;