You are here

public static function ViewsRowsWrapperTypes::elementTypes in Views Rows Wrapper 8

Same name and namespace in other branches
  1. 8.2 src/ViewsRowsWrapperTypes.php \Drupal\views_rows_wrapper\ViewsRowsWrapperTypes::elementTypes()

Returns wrapper element types()

2 calls to ViewsRowsWrapperTypes::elementTypes()
template_preprocess_views_rows_wrapper in ./views_rows_wrapper.theme.inc
Implements template_preprocess_hook().
ViewsRowsWrapper::defineOptions in src/Plugin/views/style/ViewsRowsWrapper.php
Information about options for all kinds of purposes will be held here.

File

./views_rows_wrapper_types.inc, line 13

Class

ViewsRowsWrapperTypes
Views Rows Wrapper helper class.

Namespace

Drupal\views_rows_wrapper

Code

public static function elementTypes() {
  return [
    "DIV",
    "SPAN",
  ];
}