App\Model\ViewOrder\ViewOrder
Resource class
Resource Metadata
Short name: "ViewOrder"
Item operations | Attributes |
---|---|
get | [ "method" => "GET" "path" => "/view_orders/{id}" "normalization_context" => [ "groups" => [ "new_view_order" ] ] "denormalization_context" => [ "groups" => [ "new_view_order" ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
put | [ "method" => "PUT" "path" => "/view_orders" "denormalization_context" => [ "groups" => [ "show_view_order" ] ] "normalization_context" => [ "groups" => [ "show_view_order" ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
delete | [ "method" => "DELETE" "path" => "/view_orders/{id}" "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Collection operations | Attributes |
---|---|
get | [ "method" => "GET" "normalization_context" => [ "groups" => [ "list_view_order" ] "enable_max_depth" => true ] "denormalization_context" => [ "groups" => [ "list_view_order" ] "enable_max_depth" => true ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
post | [ "method" => "POST" "path" => "/view_orders/" "controller" => "App\Controller\ViewOrder\CreateAction" "denormalization_context" => [ "groups" => [ "new_view_order" ] ] "normalization_context" => [ "groups" => [ "new_view_order" ] ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
get_fields | [ "method" => "GET" "path" => "/view_orders/{entityShortName}/fields" "controller" => "App\Controller\ViewOrder\GetViewOrdersFieldsAction" "formats" => [ "json" => [ "application/json" ] "jsonld" => [ "application/ld+json" ] ] "input" => null "output" => null "input_formats" => [ "json" => [ "application/json" ] "jsonld" => [ "application/ld+json" ] ] "output_formats" => [ "json" => [ "application/json" ] "jsonld" => [ "application/ld+json" ] ] ] |
post_fields | [ "method" => "POST" "path" => "/view_orders/{entityShortName}/fields" "controller" => "App\Controller\ViewOrder\PostViewOrdersFieldsAction" "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Filters | |
---|---|
No available filter declared for this resource. |
Attributes | |
---|---|
normalization_context | [ "groups" => [ "list_view_order" ] "enable_max_depth" => true ] |
denormalization_context | [ "groups" => [ "list_view_order" ] "enable_max_depth" => true ] |
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.