App\Api\Resource\Guest
Resource class
Resource Metadata
Short name: "Guest"
Item operations | Attributes |
---|---|
get | [ "method" => "GET" "stateless" => null "input_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Collection operations | Attributes |
---|---|
post | [ "path" => "/guests/" "output" => [ "class" => "App\Api\Dto\GuestOutput" "name" => "GuestOutput" ] "input" => [ "class" => "App\Api\Dto\GuestInput" "name" => "GuestInput" ] "method" => "POST" "stateless" => null "input_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
put | [ "method" => "PUT" "controller" => "App\Controller\GuestUpdate" "path" => "/guests/" "output" => [ "class" => "App\Api\Dto\GuestOutput" "name" => "GuestOutput" ] "input" => [ "class" => "App\Api\Dto\GuestUpdateInput" "name" => "GuestUpdateInput" ] "stateless" => null "input_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
search | [ "method" => "GET" "path" => "/guests/search" "input" => [ "class" => "App\Api\Dto\GuestInput" "name" => "GuestInput" ] "output" => [ "class" => "App\Api\Dto\GuestOutput" "name" => "GuestOutput" ] "stateless" => null "input_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Filters | |
---|---|
No available filter declared for this resource. |
Attributes | |
---|---|
input | [ "class" => "App\Api\Dto\GuestInput" "name" => "GuestInput" ] |
output | [ "class" => "App\Api\Dto\GuestOutput" "name" => "GuestOutput" ] |
normalization_context | [ "skip_null_values" => true "groups" => [ "GuestOutput" ] ] |
denormalization_context | [ "skip_null_values" => true "groups" => [ "GuestInput" ] ] |
Data Providers
No calls to collection data provider have been recorded.
# | Answer | Item data provider |
---|---|---|
1 | TRUE | App\Api\DataProvider\GuestItemDataProvider |
2 | NOT USED | App\Api\DataProvider\RoomDetailItemDataProvider |
3 | NOT USED | ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider |
Context[ "skip_null_values" => true "groups" => [ "GuestOutput" ] "operation_type" => "item" "item_operation_name" => "get" "resource_class" => "App\Api\Resource\Guest" "iri_only" => false "input" => [ "class" => "App\Api\Dto\GuestInput" "name" => "GuestInput" ] "output" => [ "class" => "App\Api\Dto\GuestOutput" "name" => "GuestOutput" ] "request_uri" => "/api/guests/1b5df190-def3-4a7e-be29-c0fc93961e5a" "uri" => "https://hub-dev.czech-kiosk.com/api/guests/1b5df190-def3-4a7e-be29-c0fc93961e5a" "has_identifier_converter" => true ] |
No calls to subresource data provider have been recorded.
Data Persisters
No calls to data persister have been recorded.