You are here

Classes, traits, and interfaces in Subgroup (Graph) 1.0.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CyclicGraphException class Drupal\ggroup\Graph src/Graph/CyclicGraphException.php An exception thrown when a potential cycle is detected in an acyclic graph.
GroupGraphStorageInterface interface Drupal\ggroup\Graph src/Graph/GroupGraphStorageInterface.php An interface for defining the storage of group relationships as a graph. 1 1
GroupHierarchyManager class Drupal\ggroup src/GroupHierarchyManager.php Manages the relationship between groups (as subgroups). 2
GroupHierarchyManagerInterface interface Drupal\ggroup src/GroupHierarchyManagerInterface.php An interface for the group hierarchy manager. 1 1
GroupIdDepth class Drupal\ggroup\Plugin\views\argument src/Plugin/views/argument/GroupIdDepth.php Argument handler for group content with depth.
GroupSubgroupConstraint class Drupal\ggroup\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/GroupSubgroupConstraint.php Validation constraint for the group subgroup reference.
GroupSubgroupConstraintValidator class Drupal\ggroup\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/GroupSubgroupConstraintValidator.php Validates the GroupSubgroup constraint.
SqlGroupGraphStorage class Drupal\ggroup\Graph src/Graph/SqlGroupGraphStorage.php SQL based storage of the group relationship graph. 2
Subgroup class Drupal\ggroup\Plugin\GroupContentEnabler src/Plugin/GroupContentEnabler/Subgroup.php Provides a content enabler for subgroups.
SubgroupAddAccessCheck class Drupal\ggroup\Access src/Access/SubgroupAddAccessCheck.php Determines access to for subgroup add forms. 2
SubgroupController class Drupal\ggroup\Controller src/Controller/SubgroupController.php Returns responses for 'subgroup' GroupContent routes.
SubgroupDeriver class Drupal\ggroup\Plugin\GroupContentEnabler src/Plugin/GroupContentEnabler/SubgroupDeriver.php Derives subgroup plugin definitions based on group types types.
SubgroupFormStep1 class Drupal\ggroup\Form src/Form/SubgroupFormStep1.php Provides a creating a group without it being saved yet.
SubgroupFormStep2 class Drupal\ggroup\Form src/Form/SubgroupFormStep2.php Provides a form creating a subgroup.
SubgroupRouteProvider class Drupal\ggroup\Routing src/Routing/SubgroupRouteProvider.php Provides routes for subgroup content.
SubgroupTest class Drupal\Tests\ggroup\Kernel tests/src/Kernel/SubgroupTest.php Tests the behavior of subgroup creators.
SubgroupWizardController class Drupal\ggroup\Controller src/Controller/SubgroupWizardController.php Returns responses for 'subgroup' GroupContent routes.

Other projects