Kernel::System::DynamicField::Driver::Role::Behavior::SupportsLikeOperator

NAME

Kernel::System::DynamicField::Driver::Role::Behavior::SupportsLikeOperator – Role for dynamic field drivers, indicates that the driver values support the 'LIKE' operator.

PUBLIC INTERFACE

LikeOperatorCondition()

Returns a structure with the operator 'LIKE' as key and the value. Something like:

    {
        'LIKE' => '%some value%',
    }
Scroll to Top