Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Option.php
function Option::hasValue
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Option.php
, line 107
Class
Option
A protocol buffer option, which can be attached to a message, field, enumeration, etc.
Namespace
Google\Protobuf
Code
public
function
hasValue
() {
return
isset
(
$this
->
value
); }
RSS feed