Hi,
I'm using a hook for phone control. But I want to check this control by looking at the checkbox in the phoneNumber field in the entity.
Is it possible to access the field settings within the Hook parameters?
for example;
I hope you understand me.
I'm using a hook for phone control. But I want to check this control by looking at the checkbox in the phoneNumber field in the entity.
Is it possible to access the field settings within the Hook parameters?
for example;
Code:
Entity $entity, array $options = array() [I]$options->phoneNumber->checkbox == true ? like this[/I]
Comment