You are here

public function PdbDiscoveryEvent::getDirs in Decoupled Blocks 8

Get the dirs.

Return value

array The stored discovery search dirs.

File

src/Event/PdbDiscoveryEvent.php, line 40

Class

PdbDiscoveryEvent
Provides an event to handle user custom search dirs.

Namespace

Drupal\pdb\Event

Code

public function getDirs() {
  return $this->dirs;
}