You are here

public function OgGroupResolverInterface::isPropagationStopped in Organic groups 8

Returns whether the group resolving process can be stopped.

Return value

bool TRUE if no further group resolving is necessary. FALSE otherwise.

1 method overrides OgGroupResolverInterface::isPropagationStopped()
OgGroupResolverBase::isPropagationStopped in src/OgGroupResolverBase.php
Returns whether the group resolving process can be stopped.

File

src/OgGroupResolverInterface.php, line 65

Class

OgGroupResolverInterface
Defines an interface for OgGroupResolver plugins.

Namespace

Drupal\og

Code

public function isPropagationStopped();