eZ\Publish\Core\REST\Client\Tests\Input\Parser\FieldDefinitionListTest::getParser PHP Method

getParser() protected method

Gets the section parser.
protected getParser ( ) : FieldDefinitionList
return eZ\Publish\Core\REST\Client\Input\Parser\FieldDefinitionList
    protected function getParser()
    {
        return new Input\Parser\FieldDefinitionList(new ParserTools(), $this->getContentTypeServiceMock());
    }