DisplayNoAreaTest::$usesAreas

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
  2. 10 core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php \Drupal\views_test_data\Plugin\views\display\DisplayNoAreaTest::usesAreas
  3. 11.x 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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.