eZ\Publish\Core\FieldType\RichText\Normalizer\Aggregate::accept PHP Method

accept() public method

This implementation always returns true.
public accept ( string $input ) : boolean
$input string
return boolean
    public function accept($input)
    {
        return true;
    }