AdminCondition
class AdminCondition implements ConditionInterface, UrlableInterface (View source)
Check against the current ajax action.
Methods
__construct(string $menu, string $parent_menu = '')
Constructor
boolean
array
string
toUrl(array $arguments = [])
Convert to URL.
Details
at line 41
__construct(string $menu, string $parent_menu = '')
Constructor
at line 58
boolean
isSatisfied(RequestInterface $request)
Get whether the condition is satisfied
at line 75
array
getArguments(RequestInterface $request)
Get an array of arguments for use in request
at line 86
string
toUrl(array $arguments = [])
Convert to URL.