You are here

protected function UserRole::get_attributes in Fasttoggle 8.2

Retrieve the list of roles that can be modified by this setting.

Return value

array An array containing strings used to identify the attributes to get/set and the settings form.

File

src/Plugin/Setting/UserRole.php, line 85
Fasttoggle User Status

Class

UserRole
Abstract interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

protected function get_attributes() {
  return $this->attributes;
}