Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MapField.php
function MapField::getLegacyValueClass
@ignore
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
MapField.php
, line 101
Class
MapField
MapField is used by generated protocol message classes to manipulate map fields. It can be used like native PHP array.
Namespace
Google\Protobuf\Internal
Code
public
function
getLegacyValueClass
() {
return
$this
->
legacy_klass
; }
RSS feed