mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Revert "Feature: [docgen][stored object] handler for request generator and required fixes"
This reverts commit 91d21ba939
.
This commit is contained in:
@@ -226,16 +226,6 @@ final class CalendarContext implements CalendarContextInterface
|
||||
return true;
|
||||
}
|
||||
|
||||
public function publicFormTransform(DocGeneratorTemplate $template, $entity, array $data): array
|
||||
{
|
||||
// TODO: Implement publicFormTransform() method.
|
||||
}
|
||||
|
||||
public function publicFormReverseTransform(DocGeneratorTemplate $template, $entity, array $data): array
|
||||
{
|
||||
// TODO: Implement publicFormReverseTransform() method.
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array{mainPerson?: Person, thirdParty?: ThirdParty, title: string} $contextGenerationData
|
||||
*/
|
||||
|
@@ -56,10 +56,6 @@ interface CalendarContextInterface extends DocGeneratorContextWithPublicFormInte
|
||||
*/
|
||||
public function hasPublicForm(DocGeneratorTemplate $template, $entity): bool;
|
||||
|
||||
public function publicFormTransform(DocGeneratorTemplate $template, $entity, array $data): array;
|
||||
|
||||
public function publicFormReverseTransform(DocGeneratorTemplate $template, $entity, array $data): array;
|
||||
|
||||
/**
|
||||
* @param Calendar $entity
|
||||
*/
|
||||
|
Reference in New Issue
Block a user