Documentation

NotFoundActivationStrategy extends ErrorLevelActivationStrategy
in package
implements ActivationStrategyInterface

Activation strategy that ignores 404s for certain URLs.

Tags
author

Jordi Boggiano j.boggiano@seld.be

author

Fabien Potencier fabien@symfony.com

author

Pierrick Vignand pierrick.vignand@gmail.com

final

Interfaces, Classes and Traits

ActivationStrategyInterface
Interface for activation strategies for the FingersCrossedHandler.

Table of Contents

$actionLevel  : Level
$exclude  : mixed
$inner  : mixed
$requestStack  : mixed
__construct()  : mixed
isHandlerActivated()  : bool
Returns whether the given record activates the handler.

Properties

Methods

isHandlerActivated()

Returns whether the given record activates the handler.

public isHandlerActivated(array<string|int, mixed> $record) : bool
Parameters
$record : array<string|int, mixed>
Return values
bool

Search results