Searched refs:getBlockEolModes (Results 1 – 3 of 3) sorted by relevance
19 if (in_array($mode, ModeRegistry::getInstance()->getBlockEolModes())) {
165 $this->assertSame([], $this->registry->getBlockEolModes());172 $this->assertSame(['listblock', 'table'], $this->registry->getBlockEolModes());204 $this->assertSame([], $fresh->getBlockEolModes());
153 public function getBlockEolModes(): array function in dokuwiki\\Parsing\\ModeRegistry