You are here

public function elFinderProfileForm::permissionInfo in elFinder file manager 8.2

Returns folder permission definitions.

File

src/Form/elFinderProfileForm.php, line 375
Contains \Drupal\elfinder\Form\elFinderProfileForm.

Class

elFinderProfileForm
Base form for elFinder Profile entities.

Namespace

Drupal\elfinder\Form

Code

public function permissionInfo() {
  return $this->folderPermissions;
}