You are here

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

Overrides OgGroupResolverInterface::isPropagationStopped

File

src/OgGroupResolverBase.php, line 31

Class

OgGroupResolverBase
Base class for OgGroupResolver plugins.

Namespace

Drupal\og

Code

public function isPropagationStopped() {
  return $this->propagationStopped;
}