final class ProjectionsFactory (View source)

Methods

void
registerFactory(ProjectionFactoryInterface $factory, array $options)

No description

void
build(ProjectionFactoryDependencies $projectionFactoryDependencies)

No description

Details

void registerFactory(ProjectionFactoryInterface $factory, array $options)

No description

Parameters

ProjectionFactoryInterface $factory
array $options

Return Value

void

void registerCatchUpHookFactory(ProjectionFactoryInterface $factory, CatchUpHookFactoryInterface $catchUpHookFactory)

No description

Parameters

ProjectionFactoryInterface $factory
CatchUpHookFactoryInterface $catchUpHookFactory

Return Value

void

Projections build(ProjectionFactoryDependencies $projectionFactoryDependencies)

internal  this method is only called by the {@see \Neos\ContentRepository\Core\Factory\ContentRepositoryFactory}, and not by anybody in userland
 

No description

Parameters

ProjectionFactoryDependencies $projectionFactoryDependencies

Return Value

Projections