Skip to content

Route match

Plugin ID: eca_route_match

Available since: 1.0.0

Gets and compares the name of the route.

Fields

Request — config key: request

The request route match.
When using the "Defined by token" option, make sure there is a token with this name: eca_route_match_request

Type: select · Required: no · Default: 2

Allowed values: 2, 1, 0, _eca_token, ''

Route name — config key: route

The routes and their parameters can be found in the MODULE.routing.yml file, e.g. the route name entity.node.preview.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Comparison operator — config key: operator

The available comparison operators like equals or less than.
When using the "Defined by token" option, make sure there is a token with this name: eca_route_match_operator

Type: select · Required: no · Default: equal

Allowed values: equal, beginswith, endswith, contains, greaterthan, lessthan, atmost, atleast, _eca_token, ''

Comparison operator. Possible values:

  • equal
  • greater than
  • less than
  • starts with
  • ends with
  • contains
  • at least
  • at most
Comparison type — config key: type

The type of the comparison.
When using the "Defined by token" option, make sure there is a token with this name: eca_route_match_type

Type: select · Required: no · Default: value

Allowed values: value, natural, numeric, lexical, count, _eca_token, ''

Case sensitive comparison — config key: case

Compare the values based on case sensitivity.

Type: checkbox · Required: no · Default: false

Negate the condition — config key: negate

Negates the condition. Makes TRUE to FALSE and vice versa.

Type: checkbox · Required: no · Default: false