class Any
Same name in this branch
- 11.1.x vendor/google/protobuf/src/Google/Protobuf/Any.php \Google\Protobuf\Any
- 11.1.x core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php \Drupal\Core\TypedData\Plugin\DataType\Any
Hierarchy
- class \GPBMetadata\Google\Protobuf\Any
Expanded class hierarchy of Any
9 string references to 'Any'
- ContextDefinition::dataTypeMatches in core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextDefinition.php - Checks if this definition's data type matches that of the given context.
- DataDefinition::getDataType in core/
lib/ Drupal/ Core/ TypedData/ DataDefinition.php - Returns the data type of the data.
- FloatItem::fieldSettingsForm in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldType/ FloatItem.php - Returns a form for the field-level settings.
- ListDataDefinition::createFromDataType in core/
lib/ Drupal/ Core/ TypedData/ ListDataDefinition.php - Creates a new data definition object.
- ListFloatItem::storageSettingsForm in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListFloatItem.php - Returns a form for the storage-level settings.
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Any.php, line 7
Namespace
GPBMetadata\Google\ProtobufView source
class Any {
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
google/protobuf/any.protogoogle.protobuf"&
Any
type_url (
value (Bv
com.google.protobufBAnyProtoPZ,google.golang.org/protobuf/types/known/anypb�GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Any::$is_initialized | public static | property | |
Any::initOnce | public static | function |