function NoType::access
Same name in other branches
- 9 core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php \Drupal\action_test\Plugin\Action\NoType::access()
- 8.9.x core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php \Drupal\action_test\Plugin\Action\NoType::access()
- 10 core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php \Drupal\action_test\Plugin\Action\NoType::access()
Overrides ActionInterface::access
File
-
core/
modules/ system/ tests/ modules/ action_test/ src/ Plugin/ Action/ NoType.php, line 31
Class
- NoType
- Provides an operation with no type specified.
Namespace
Drupal\action_test\Plugin\ActionCode
public function access($object, ?AccountInterface $account = NULL, $return_as_object = FALSE) {
$result = AccessResult::allowed();
return $return_as_object ? $result : $result->isAllowed();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.