You are here

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

Same name and namespace in other branches
  1. 8 views_rows_wrapper_types.inc \Drupal\views_rows_wrapper\ViewsRowsWrapperTypes::elementTypes()

Returns wrapper element types()

1 call to ViewsRowsWrapperTypes::elementTypes()
ViewsRowsWrapper::defineOptions in src/Plugin/views/style/ViewsRowsWrapper.php
Information about options for all kinds of purposes will be held here.

File

src/ViewsRowsWrapperTypes.php, line 13

Class

ViewsRowsWrapperTypes
Views Rows Wrapper helper class.

Namespace

Drupal\views_rows_wrapper

Code

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