method isPlugin documentation in bbn\Appui\Ide

check if $path is of a plugin

function($path) { $plugin = false; if (is_array($this->routes)) { foreach ($this->routes as $route) { if ($path === $route['path'] . 'src/') { $plugin = true; break; } } } return $plugin; }

check if $path is of a plugin BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.