You are here

protected property DisplayNoAreaTest::$usesAreas in Drupal 8

Same name and namespace in other branches
  1. 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

Overrides DisplayPluginBase::$usesAreas

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\display

Code

protected $usesAreas = FALSE;