You are here

public function YamlForm::getAccessRules in YAML Form 8

Returns the form access controls.

Return value

array A structured array containing all the form access controls.

Overrides YamlFormInterface::getAccessRules

1 call to YamlForm::getAccessRules()
YamlForm::checkAccessRules in src/Entity/YamlForm.php
Checks form access to an operation on a form's submission.

File

src/Entity/YamlForm.php, line 475

Class

YamlForm
Defines the form entity.

Namespace

Drupal\yamlform\Entity

Code

public function getAccessRules() {
  return $this->access;
}