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