Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullValue.php
NullValue::$valueToName
Type:
valueToName
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
NullValue.php
, line 25
Class
NullValue
`NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`.
Namespace
Google\Protobuf
Code
private static $valueToName = [ self::NULL_VALUE =>
'NULL_VALUE'
, ];
RSS feed