Skip to content

Commit

Permalink
Update development/components/form/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnares authored Nov 8, 2023
1 parent 25cc732 commit c1596d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/components/form/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ services:
A `FormModifier` by itself will not affect a `Form` unless it is properly hooked. To ensure functionality, the `FormModifier` must be linked by implementing the [action<Object>FormBuilderModifier]({{<relref "/8/modules/concepts/hooks/list-of-hooks/action<FormName>FormBuilderModifier">}}).

In the module, register the hook and implement the method, for example, for the `Customer` entity:
In the module, register the hook and implement the method, for example, for the `Product` entity:

```php
public function install()
Expand Down

0 comments on commit c1596d5

Please sign in to comment.