protected property DisplayNoAreaTest::$usesAreas

Whether the display allows area plugins.

TRUE if the display can use areas, or FALSE otherwise.

Type: bool

Overrides DisplayPluginBase::$usesAreas

File

drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayNoAreaTest.php, line 31
Definition of Drupal\views_test_data\Plugin\views\display\DisplayNoAreaTest.

Class

DisplayNoAreaTest
Defines a Display test plugin with areas disabled.

Namespace

Drupal\views_test_data\Plugin\views\display

Code

protected $usesAreas = FALSE;