Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExactValueToken.php
function ExactValueToken::isLast
Returns false.
Return value
bool
Overrides
TokenInterface::isLast
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Argument/
Token/
ExactValueToken.php
, line 106
Class
ExactValueToken
Exact value token.
Namespace
Prophecy\Argument\Token
Code
public
function
isLast
() {
return
false
; }
RSS feed