Home
last modified time | relevance | path

Searched refs:get_manual_related_tags (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle39/moodle/tag/classes/
H A Dtag.php1272 public function get_manual_related_tags() { function in core_tag_tag
1286 $manual = $this->get_manual_related_tags();
1667 $relatedtags = $this->get_manual_related_tags();
1674 $relatedtags = array_merge($relatedtags, $tag->get_manual_related_tags());
/dports/www/moodle310/moodle/tag/classes/
H A Dtag.php1272 public function get_manual_related_tags() { function in core_tag_tag
1286 $manual = $this->get_manual_related_tags();
1667 $relatedtags = $this->get_manual_related_tags();
1674 $relatedtags = array_merge($relatedtags, $tag->get_manual_related_tags());
/dports/www/moodle311/moodle/tag/classes/
H A Dtag.php1272 public function get_manual_related_tags() { function in core_tag_tag
1286 $manual = $this->get_manual_related_tags();
1667 $relatedtags = $this->get_manual_related_tags();
1674 $relatedtags = array_merge($relatedtags, $tag->get_manual_related_tags());
/dports/www/moodle39/moodle/tag/tests/
H A Dtaglib_test.php785 $related11 = core_tag_tag::get($tag11->id)->get_manual_related_tags();
791 $related21 = core_tag_tag::get($tag21->id)->get_manual_related_tags();
945 … $relatedtags = array_map(function($t) {return $t->rawname;}, $cat->get_manual_related_tags());
/dports/www/moodle310/moodle/tag/tests/
H A Dtaglib_test.php785 $related11 = core_tag_tag::get($tag11->id)->get_manual_related_tags();
791 $related21 = core_tag_tag::get($tag21->id)->get_manual_related_tags();
945 … $relatedtags = array_map(function($t) {return $t->rawname;}, $cat->get_manual_related_tags());
/dports/www/moodle311/moodle/tag/tests/
H A Dtaglib_test.php785 $related11 = core_tag_tag::get($tag11->id)->get_manual_related_tags();
791 $related21 = core_tag_tag::get($tag21->id)->get_manual_related_tags();
945 … $relatedtags = array_map(function($t) {return $t->rawname;}, $cat->get_manual_related_tags());