DisplayNoAreaTest.php

Same filename and directory in other branches
  1. 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php
  2. 8.9.x core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php
  3. 10 core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php

Namespace

Drupal\views_test_data\Plugin\views\display

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php

View source
<?php

namespace Drupal\views_test_data\Plugin\views\display;

use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\views\Attribute\ViewsDisplay;

/**
 * Defines a Display test plugin with areas disabled.
 */
class DisplayNoAreaTest extends DisplayTest {
    
    /**
     * Whether the display allows area plugins.
     *
     * @var bool
     *   TRUE if the display can use areas, or FALSE otherwise.
     */
    protected $usesAreas = FALSE;

}

Classes

Title Deprecated Summary
DisplayNoAreaTest Defines a Display test plugin with areas disabled.

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