RSS Feed/News verifyOption not being called

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,246
Points
823

Reputation:

I have extended AbstractOption to create a custom Option. renderOption is being triggered but when I click Save in the Admin Options, it doesn't seem to trigger the verifyOption as I have logging in there that isn't being triggered.

I've tried
PHP:

public static function verifyOption(&$value, \XF\Entity\Option $option)
as well as
PHP:

public static function verifyOption(&$value)
and neither seem to be triggered.

I have also tried specifying a validation class...

Read more

Continue reading...
 
Status
Not open for further replies.
Top