App\Entity\Transaction
Resource class
Resource Metadata
Short name: "Transaction"
Item operations | Attributes |
---|---|
get | [ "normalization_context" => [ "groups" => [ "transaction-item:read" ] ] "access_control" => "is_granted('ROLE_AGENT') or is_granted('ROLE_MANAGER')" "input" => null "output" => null "method" => "GET" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
put | [ "access_control" => "is_granted('PUT', object)" "denormalization_context" => [ "groups" => [ "transaction:put" ] ] "input" => null "output" => null "method" => "PUT" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
validate_transaction | [ "denormalization_context" => [ "groups" => [ "transaction:validate" ] ] "security" => "is_granted('ROLE_MANAGER')" "method" => "PATCH" "path" => "/transactions/{id}/validate" "controller" => "App\Controller\Manager\Transaction\ValidateTransactionController" "read" => true "write" => false "input" => null "output" => null "stateless" => null "input_formats" => [ "json" => [ "application/merge-patch+json" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
refuse_transaction | [ "denormalization_context" => [ "groups" => [ "transaction:refuse" ] ] "security" => "is_granted('ROLE_MANAGER')" "method" => "PATCH" "path" => "/transactions/{id}/refuse" "controller" => "App\Controller\Manager\Transaction\RefuseTransactionController" "read" => true "write" => true "input" => null "output" => null "stateless" => null "input_formats" => [ "json" => [ "application/merge-patch+json" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
Collection operations | Attributes |
---|---|
get | [ "normalization_context" => [ "groups" => [ "transaction:collection:read" ] ] "access_control" => "is_granted('ROLE_AGENT') or is_granted('ROLE_MANAGER')" "input" => null "output" => null "method" => "GET" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
post | [ "security" => "is_granted('ROLE_AGENT') or is_granted('ROLE_MANAGER')" "input" => null "output" => null "method" => "POST" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" "application/json" "text/html" ] ] ] |
Filters | |
---|---|
annotated_app_entity_transaction_api_platform_core_bridge_doctrine_orm_filter_order_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"
|
|
annotated_app_entity_transaction_api_platform_core_bridge_doctrine_orm_filter_search_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
|
|
annotated_app_entity_abstract_transaction_api_platform_core_bridge_doctrine_orm_filter_search_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
|
Attributes | |
---|---|
pagination_items_per_page | 10 |
formats | [ "jsonld" "json" ] |
order | [ "id" => "DESC" ] |
normalization_context | [ "groups" => [ "transaction:collection:read" "transaction-item:read" ] ] |
denormalization_context | [ "groups" => [ "transaction:write" ] "skip_null_values" => true ] |
skip_null_values | true |
pagination_client_enabled | true |
collection | [ "pagination" => [ "enabled_parameter_name" => "pagination" ] ] |
input | null |
output | null |
Data Providers
No calls to collection data provider have been recorded.
No calls to item data provider have been recorded.
No calls to subresource data provider have been recorded.
Data Persisters
No calls to data persister have been recorded.