$isEmpty
A PHP callable that replaces the default implementation of isEmpty(). If not set, isEmpty() will be used to check if a value is empty. The signature of the callable should be function ($value)
which returns a boolean indicating whether the value is empty.
Please login to continue.