You are here

public function Permissions::__construct in Display Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/ds_switch_view_mode/src/Permissions.php \Drupal\ds_switch_view_mode\Permissions::__construct()

Constructs a Permissions object.

File

modules/ds_switch_view_mode/src/Permissions.php, line 17

Class

Permissions
Provides dynamic permissions of the ds switch view mode module.

Namespace

Drupal\ds_switch_view_mode

Code

public function __construct() {

  // Empty constructor to prevent php 4 constructor error.
}