Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Hook action<FormName>FormDataProviderData

Informations

Hook action<FormName>FormDataProviderData
Locations
FO
BO
Type action
Origin core
Aliases

Located in

Origin File
core src/Core/Form/IdentifiableObject/Builder/FormBuilder.php

Call of the Hook in the origin file

$this->hookDispatcher->dispatchWithParameters(
    'action' . $this->camelize($this->getFormName()) . 'FormDataProviderData',
    [
        'data' => &$data,
        'id' => $id,
        'options' => &$options,
    ]
);

Example implementation

This hook has been implemented as an example in our example-modules repository.