Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileDescriptorProto.php
function FileDescriptorProto::hasSyntax
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
FileDescriptorProto.php
, line 469
Class
FileDescriptorProto
Describes a complete .proto file.
Namespace
Google\Protobuf\Internal
Code
public
function
hasSyntax
() {
return
isset
(
$this
->
syntax
); }
RSS feed