Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AttributeMetadataInterface.php
function AttributeMetadataInterface::addGroup
Adds this attribute to the given group.
1 method overrides
AttributeMetadataInterface::addGroup()
AttributeMetadata::addGroup
in vendor/
symfony/
serializer/
Mapping/
AttributeMetadata.php
Adds this attribute to the given group.
File
vendor/
symfony/
serializer/
Mapping/
AttributeMetadataInterface.php
, line 35
Class
AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\Mapping
Code
public
function
addGroup
(string
$group
) : void;
RSS feed