You are here

public static function ViewsRowsWrapperTypes::attributeTypes 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::attributeTypes()

Returns wrapper attribute types()

1 call to ViewsRowsWrapperTypes::attributeTypes()
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 20

Class

ViewsRowsWrapperTypes
Views Rows Wrapper helper class.

Namespace

Drupal\views_rows_wrapper

Code

public static function attributeTypes() {
  return [
    "CLASS",
    "ID",
  ];
}