You are here

public function OgGroupResolverInterface::stopPropagation in Organic groups 8

Declares that no further group resolving is necessary.

Use this if the plugin has determined the relevant group in the current context with 100% certainty.

1 method overrides OgGroupResolverInterface::stopPropagation()
OgGroupResolverBase::stopPropagation in src/OgGroupResolverBase.php
Declares that no further group resolving is necessary.

File

src/OgGroupResolverInterface.php, line 57

Class

OgGroupResolverInterface
Defines an interface for OgGroupResolver plugins.

Namespace

Drupal\og

Code

public function stopPropagation();