You are here

namespace Drupal\ggroup\Graph in Subgroup (Graph) 1.0.x

Classsort descending Location Description
CyclicGraphException src/Graph/CyclicGraphException.php An exception thrown when a potential cycle is detected in an acyclic graph.
GroupGraphStorageInterface src/Graph/GroupGraphStorageInterface.php An interface for defining the storage of group relationships as a graph.
SqlGroupGraphStorage src/Graph/SqlGroupGraphStorage.php SQL based storage of the group relationship graph.