Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TokenInterface.php

function TokenInterface::isLast

Returns true if this token prevents check of other tokens (is last one).

Return value

bool

16 methods override TokenInterface::isLast()
AnyValuesToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php
Returns true to stop wildcard from processing other tokens.
AnyValueToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php
Returns false.
ApproximateValueToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ApproximateValueToken.php
Returns true if this token prevents check of other tokens (is last one).
ArrayCountToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php
Returns false.
ArrayEntryToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php
Returns false.

... See full list

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php, line 35

Class

TokenInterface
Argument token interface.

Namespace

Prophecy\Argument\Token

Code

public function isLast();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal