App\V4\Entity\CustomAction
Resource class
Resource Metadata
Short name: "V4/CustomAction"
Item operations | Attributes |
---|---|
get | [ "path" => "/V4/custom_actions/{id}" "normalization_context" => [ "groups" => [ "custom_action:read" ] ] "input" => null "output" => null "method" => "GET" "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_form | [ "method" => "GET" "path" => "/V4/custom_actions/{id}/form" "controller" => "App\V4\Controller\CustomAction\GetCustomActionFormAction" "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_custom_action | [ "method" => "POST" "deserialize" => false "write" => false "controller" => "App\V4\Controller\CustomAction\CustomActionDataPersisterAction" "path" => "/V4/custom_actions/{id}" "input_formats" => [ "multipart" => [ "multipart/form-data" ] ] "normalization_context" => [ "groups" => [ "custom_action:update" ] ] "denormalization_context" => [ "groups" => [] ] "input" => null "output" => null "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
apply | [ "method" => "POST" "deserialize" => false "write" => false "controller" => "App\V4\Controller\CustomAction\CustomActionAction" "path" => "/custom-actions/{id}/apply" "input_formats" => [ "multipart" => [ "multipart/form-data" ] ] "input" => null "output" => null "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
delete | [ "path" => "/V4/custom_actions/{id}" "input" => null "output" => null "method" => "DELETE" "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 | [ "path" => "/V4/custom_actions" "normalization_context" => [ "groups" => [ "custom_action:list" ] ] "input" => null "output" => null "method" => "GET" "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_custom_action | [ "method" => "POST" "deserialize" => false "write" => false "controller" => "App\V4\Controller\CustomAction\CustomActionDataPersisterAction" "path" => "/V4/custom_actions" "input_formats" => [ "multipart" => [ "multipart/form-data" ] ] "normalization_context" => [ "groups" => [ "custom_action:write" ] ] "denormalization_context" => [ "groups" => [] ] "input" => null "output" => null "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
get_form | [ "method" => "GET" "path" => "/V4/custom_actions/form" "controller" => "App\V4\Controller\CustomAction\GetCustomActionFormAction" "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 | |
---|---|
annotated_app_v4_entity_custom_action_api_platform_core_bridge_doctrine_orm_filter_search_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
|
Attributes | |
---|---|
api_allow_update | 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
# | Answer | Data persister |
---|---|---|
1 | FALSE | App\DataPersister\Contact\ContactDataPersister |
2 | FALSE | App\DataPersister\Customer\CustomerDataPersister |
3 | FALSE | App\DataPersister\CustomerFile\CustomerFileDataPersister |
4 | FALSE | App\DataPersister\CustomerFolder\CustomerFolderDataPersister |
5 | FALSE | App\DataPersister\CustomerUrlFile\CustomerUrlFileDataPersister |
6 | FALSE | App\DataPersister\Field\FieldDataPersister |
7 | FALSE | App\DataPersister\LastVisit\LastVisitDataPersister |
8 | FALSE | App\DataPersister\Listing\ListingDataPersister |
9 | FALSE | App\DataPersister\ListingItem\ListingItemDataPersister |
10 | FALSE | App\DataPersister\MailType\MailTypeDataPersister |
11 | FALSE | App\DataPersister\Product\ProductDataPersister |
12 | FALSE | App\DataPersister\Product\ProductWithoutRequestDataPersister |
13 | FALSE | App\DataPersister\Prospect\ProspectDataPersister |
14 | FALSE | App\DataPersister\Quote\QuoteDataPersister |
15 | FALSE | App\DataPersister\RGPDConfig\RGPDConfigDataPersister |
16 | FALSE | App\DataPersister\RGPDInfo\RGPDInfoDataPersister |
17 | FALSE | App\DataPersister\SavedUserSearch\SavedUserSearchDataPersister |
18 | FALSE | App\DataPersister\SecurityGroup\SecurityGroupDataPersister |
19 | FALSE | App\DataPersister\Tab\TabDataPersister |
20 | FALSE | App\DataPersister\Task\TaskDataPersister |
21 | FALSE | App\DataPersister\Template\TemplateDataPersister |
22 | FALSE | App\DataPersister\UserInfo\UserInfoDataPersister |
23 | FALSE | App\DataPersister\ViewOrder\ViewOrderDataPersister |
24 | FALSE | App\V4\DataPersister\Contact\ContactDataPersister |
25 | FALSE | App\V4\DataPersister\Contact\ContactWithoutRequestDataPersister |
26 | FALSE | App\V4\DataPersister\CustomerFile\CustomerFileWithoutRequestDataPersister |
27 | FALSE | App\V4\DataPersister\Listing\ListingWithoutRequestDataPersister |
28 | FALSE | App\V4\DataPersister\MailType\MailTypeDataPersister |
29 | FALSE | App\V4\DataPersister\MailType\MailTypeWithoutRequestDataPersister |
30 | FALSE | App\V4\DataPersister\Prospect\ProspectBusinessDataPersister |
31 | FALSE | App\V4\DataPersister\Prospect\ProspectBusinessWithoutRequestDataPersister |
32 | FALSE | App\V4\DataPersister\Prospect\ProspectIndividualDataPersister |
33 | FALSE | App\V4\DataPersister\Prospect\ProspectIndividualWithoutRequestDataPersister |
34 | FALSE | App\V4\DataPersister\ProspectSubscription\ProspectSubscriptionDataPersister |
35 | FALSE | App\V4\DataPersister\Quote\QuoteDataPersister |
36 | FALSE | App\V4\DataPersister\Quote\QuoteWithoutRequestDataPersister |
37 | FALSE | App\V4\DataPersister\Task\TaskDataPersister |
38 | TRUE | App\V4\DataPersister\Task\TaskWithoutRequestDataPersister |
39 | NOT USED | App\V4\DataPersister\TaskType\TaskTypeWithoutRequestDataPersister |
40 | NOT USED | App\V4\DataPersister\UserNotification\UserNotificationWithoutRequestDataPersister |
41 | NOT USED | ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister |
42 | NOT USED | ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister |