You are here

public function QuickFormInterface::access in farmOS 2.x

Checks access for the quick form.

Parameters

\Drupal\Core\Session\AccountInterface $account: Run access checks for this account.

Return value

\Drupal\Core\Access\AccessResultInterface The access result.

1 method overrides QuickFormInterface::access()
QuickFormBase::access in modules/core/quick/src/Plugin/QuickForm/QuickFormBase.php
Checks access for the quick form.

File

modules/core/quick/src/Plugin/QuickForm/QuickFormInterface.php, line 63

Class

QuickFormInterface
Interface for quick forms.

Namespace

Drupal\farm_quick\Plugin\QuickForm

Code

public function access(AccountInterface $account);