Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArgumentNode.php
function ArgumentNode::hasDefault
Return value
bool
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Doubler/
Generator/
Node/
ArgumentNode.php
, line 77
Class
ArgumentNode
Argument node.
Namespace
Prophecy\Doubler\Generator\Node
Code
public
function
hasDefault
() {
return
$this
->
isOptional
() && !
$this
->
isVariadic
(); }
RSS feed