Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Value.php
function Value::getKind
Return value
string
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Value.php
, line 238
Class
Value
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an…
Namespace
Google\Protobuf
Code
public
function
getKind
() {
return
$this
->
whichOneof
(
"kind"
); }
RSS feed