Skip to content

feat: allow Parameter attributes on properties #6245

@soyuka

Description

@soyuka

Example

use ApiPlatform\Metadata\QueryParameter;

class Foo {
   #[QueryParameter(key: 'q', property: 'hydra:freetextQuery', required: true)]
   public $q;
}

See also #6244.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions