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