eZ\Publish\Core\REST\Server\Tests\Input\Parser\FieldDefinitionCreateTest::internalGetParser PHP Method

internalGetParser() protected method

Returns the FieldDefinitionCreate parser.
protected internalGetParser ( ) : FieldDefinitionCreate
return eZ\Publish\Core\REST\Server\Input\Parser\FieldDefinitionCreate
    protected function internalGetParser()
    {
        return new FieldDefinitionCreate($this->getContentTypeServiceMock(), $this->getFieldTypeParserMock(), $this->getParserTools());
    }