StyleTemplateTest.php

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

Namespace

Drupal\views_test_data\Plugin\views\style

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php

View source
<?php

namespace Drupal\views_test_data\Plugin\views\style;

use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\views\Attribute\ViewsStyle;
use Drupal\views\Plugin\views\style\StylePluginBase;

/**
 * Provides a general test style template plugin.
 *
 * @ingroup views_style_plugins
 */
class StyleTemplateTest extends StylePluginBase {
    
    /**
     * {@inheritdoc}
     */
    protected $usesRowPlugin = TRUE;

}

Classes

Title Deprecated Summary
StyleTemplateTest Provides a general test style template plugin.

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