You are here

protected function GTMContainer::roleContext in GoogleTagManager 7.2

File

includes/entity/container.inc, line 454

Class

GTMContainer
Defines the container configuration entity.

Code

protected function roleContext() {
  return $GLOBALS['user']->roles;
}