eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TextBlockConverter::create PHP Méthode

create() public static méthode

Note: Class should instead be configured as service if it gains dependencies.
public static create ( ) : eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TextBlock
Résultat eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\TextBlock
    public static function create()
    {
        return new self();
    }