Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AttributeMetadataInterface.php
function AttributeMetadataInterface::setIgnore
Sets if this attribute must be ignored or not.
1 method overrides
AttributeMetadataInterface::setIgnore()
AttributeMetadata::setIgnore
in vendor/
symfony/
serializer/
Mapping/
AttributeMetadata.php
Sets if this attribute must be ignored or not.
File
vendor/
symfony/
serializer/
Mapping/
AttributeMetadataInterface.php
, line 71
Class
AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\Mapping
Code
public
function
setIgnore
(bool
$ignore
) : void;
RSS feed