You are here

public function ComponentDiscoveryInterface::getComponents in Decoupled Blocks 8

Find all available front-end components.

Return value

\Drupal\Core\Extension\Extension[] The discovered components.

1 method overrides ComponentDiscoveryInterface::getComponents()
ComponentDiscovery::getComponents in src/ComponentDiscovery.php
Find all available front-end components.

File

src/ComponentDiscoveryInterface.php, line 16

Class

ComponentDiscoveryInterface
Defines the interface for services which discover front-end components.

Namespace

Drupal\pdb

Code

public function getComponents();