public function FilterInterface::isAllowed in Access Filter 8
Checks the current access is allowed using the filter.
Parameters
\Symfony\Component\HttpFoundation\Request $request: A request instance.
Return value
bool Boolean TRUE if allowed, FALSE otherwise.
1 method overrides FilterInterface::isAllowed()
- Filter::isAllowed in src/
Entity/ Filter.php - Checks the current access is allowed using the filter.
File
- src/
FilterInterface.php, line 27
Class
- FilterInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\access_filterCode
public function isAllowed(Request $request);