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

Breadcrumb

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

function AnyValuesToken::isLast

Returns true to stop wildcard from processing other tokens.

Return value

bool

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php, line 38

Class

AnyValuesToken
Any values token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
    return true;
}

API Navigation

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