Programming Language PHP
Namespace Oro\Component\Layout
Class LayoutFactoryBuilderInterface
Method/Function addRenderer
Total Examples 1
1 code examples of PHP Oro\Component\Layout\LayoutFactoryBuilderInterface::addRenderer extracted from open source projects
protected function initializeLayoutFactoryBuilder(LayoutFactoryBuilderInterface $layoutFactoryBuilder)
{
$layoutFactoryBuilder->addRenderer(
'test',
$this->createMock(LayoutRendererInterface::class)
);
}