VenueController
extends ControllerBase
in package
Keyword Controller class.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- The entity type manager.
Methods
- __construct() : mixed
- Constructor.
- create() : mixed
- Create container.
- syncRpVenuesWithRooms() : mixed
- Sync RP sessions venues with Rooms entity.
Properties
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
Methods
__construct()
Constructor.
public
__construct(EntityTypeManagerInterface $entity_type_manager) : mixed
Parameters
- $entity_type_manager : EntityTypeManagerInterface
create()
Create container.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
syncRpVenuesWithRooms()
Sync RP sessions venues with Rooms entity.
public
syncRpVenuesWithRooms() : mixed