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