class StyleTemplateTest

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php \Drupal\views_test_data\Plugin\views\style\StyleTemplateTest

Provides a general test style template plugin.

Plugin annotation


@ViewsStyle(
  id = "test_template_style",
  title = @Translation("Test style template plugin"),
  help = @Translation("Provides a generic style template test plugin."),
  theme = "views_view_style_template_test",
  display_types = {"normal", "test"}
)

Hierarchy

Expanded class hierarchy of StyleTemplateTest

Related topics

File

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

Namespace

Drupal\views_test_data\Plugin\views\style
View source
class StyleTemplateTest extends StylePluginBase {
  
  /**
   * {@inheritdoc}
   */
  protected $usesRowPlugin = TRUE;

}

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