You are here

public function OgGroupResolverBase::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.

Overrides OgGroupResolverInterface::stopPropagation

1 call to OgGroupResolverBase::stopPropagation()
RouteGroupResolver::resolve in src/Plugin/OgGroupResolver/RouteGroupResolver.php
Resolves groups within the plugin's domain.

File

src/OgGroupResolverBase.php, line 24

Class

OgGroupResolverBase
Base class for OgGroupResolver plugins.

Namespace

Drupal\og

Code

public function stopPropagation() {
  $this->propagationStopped = TRUE;
}