Controller::do_register()

Register the provider.

Contents


Source

File: src/Events_Pro/Block_Templates/Controller.php

	public function do_register(): void {
		$this->add_filters();

		// Register the service provider itself on the container.
		$this->container->singleton( static::class, $this );
	}

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.