Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArrayEntryToken.php
function ArrayEntryToken::getKey
Returns key
Return value
TokenInterface
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Argument/
Token/
ArrayEntryToken.php
, line 96
Class
ArrayEntryToken
Array entry token.
Namespace
Prophecy\Argument\Token
Code
public
function
getKey
() {
return
$this
->
key
; }
RSS feed