/** * @inheritdoc */ public function attributeLabels() { return ['id' => Module::t('auth', 'ID'), 'parent_id' => Module::t('auth', 'Parent ID'), 'name' => Module::t('auth', 'Name')]; }
/** * @inheritdoc */ public function attributeLabels() { return ['id' => Module::t('auth', 'ID'), 'name' => Module::t('auth', 'Name'), 'description' => Module::t('auth', 'Description'), 'operation_list' => Module::t('auth', 'Operation List')]; }