eZ\Publish\Core\FieldType\User\Type::onlyEmptyInstance PHP Method

onlyEmptyInstance() public method

Indicates if the field definition of this type can be added to a ContentType with Content instances.
public onlyEmptyInstance ( ) : boolean
return boolean
    public function onlyEmptyInstance()
    {
        return true;
    }