Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExtraAttributesException.php

function ExtraAttributesException::getExtraAttributes

Get the extra attributes that are not allowed.

File

vendor/symfony/serializer/Exception/ExtraAttributesException.php, line 33

Class

ExtraAttributesException
ExtraAttributesException.

Namespace

Symfony\Component\Serializer\Exception

Code

public function getExtraAttributes() : array {
    return $this->extraAttributes;
}
RSS feed
Powered by Drupal