You are here

public function simple_access_views_plugin_group::_map_groups in Simple Access 7.2

Same name and namespace in other branches
  1. 6.2 views/simple_access_views_plugin_group.inc \simple_access_views_plugin_group::_map_groups()

Callback for array_map.

File

views/simple_access_views_plugin_group.inc, line 69
Views access plugin to make use of cimple access.

Class

simple_access_views_plugin_group
@file Views access plugin to make use of cimple access.

Code

public function _map_groups($a) {
  return $a['name'];
}