Copied!

ConditionalTabInterface

ConditionalTabInterface.php : 15

Conditional Tab interface needs to be implemented by tabs, which needs to be evaluated depending on the context.

Methods

publicevaluate()

ConditionalTabInterface.php : 22

Get information about tab presence.

public evaluate(array<string, mixed> $parameters) : bool

Parameters

Name Type Default value Description
$parameters array<string, mixed> - -

Return values

bool