You are here

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

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

Returns wrapper attribute types()

2 calls to ViewsRowsWrapperTypes::attributeTypes()
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 20

Class

ViewsRowsWrapperTypes
Views Rows Wrapper helper class.

Namespace

Drupal\views_rows_wrapper

Code

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