You are here

public function CollectPathsEventTest::replacePath in Tome 8

Emulates the replacePath() listener.

Parameters

\Drupal\tome_static\Event\CollectPathsEvent $event: The collect paths event.

File

modules/tome_static/tests/src/Kernel/CollectPathsEventTest.php, line 117

Class

CollectPathsEventTest
Tests collect paths event class.

Namespace

Drupal\Tests\tome_static\Kernel

Code

public function replacePath(CollectPathsEvent $event) {
  $event
    ->replacePath('/my-path', '/my-new-path');
}