eZ\Publish\Core\FieldType\User\UserStorage::hasFieldData PHP Method

hasFieldData() public method

Checks if field type has external data to deal with.
public hasFieldData ( ) : boolean
return boolean
    public function hasFieldData()
    {
        return true;
    }