Home
last modified time | relevance | path

Searched defs:buildRoutes (Results 1 – 13 of 13) sorted by relevance

/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/
H A DSectionStorageInterface.php47 public function buildRoutes(RouteCollection $collection); function
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/
H A DTestStateBasedSectionStorage.php66 public function buildRoutes(RouteCollection $collection) {} function in Drupal\\layout_builder_test\\Plugin\\SectionStorage\\TestStateBasedSectionStorage
H A DSimpleConfigSectionStorage.php135 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder_test\\Plugin\\SectionStorage\\SimpleConfigSectionStorage
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/
H A DTestStateBasedSectionStorage.php66 public function buildRoutes(RouteCollection $collection) {} function in Drupal\\layout_builder_test\\Plugin\\SectionStorage\\TestStateBasedSectionStorage
H A DSimpleConfigSectionStorage.php137 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder_test\\Plugin\\SectionStorage\\SimpleConfigSectionStorage
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/
H A DSectionStorageInterface.php68 public function buildRoutes(RouteCollection $collection); function
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/codescan/
H A Dspec.go145 func (s *specBuilder) buildRoutes() error { func
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Plugin/SectionStorage/
H A DOverridesSectionStorage.php217 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder\\Plugin\\SectionStorage\\OverridesSectionStorage
H A DDefaultsSectionStorage.php147 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder\\Plugin\\SectionStorage\\DefaultsSectionStorage
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Plugin/SectionStorage/
H A DOverridesSectionStorage.php252 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder\\Plugin\\SectionStorage\\OverridesSectionStorage
H A DDefaultsSectionStorage.php147 public function buildRoutes(RouteCollection $collection) { function in Drupal\\layout_builder\\Plugin\\SectionStorage\\DefaultsSectionStorage
/dports/cad/sumo/sumo-1.2.0/src/dfrouter/
H A DRODFNet.cpp341 RODFNet::buildRoutes(RODFDetectorCon& detcont, bool keepUnfoundEnds, bool includeInBetween, in buildRoutes() function in RODFNet
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dlayer3.cpp166 bool SS7Layer3::buildRoutes(const NamedList& params) in buildRoutes() function in SS7Layer3