Tells whether or not the "dev mode" should be enabled. Should be used to enable development related utilities/functionalities. @return true if the "dev mode" should be enabled, false otherwise. @since 2.8.0
()
| 1654 | * @since 2.8.0 |
| 1655 | */ |
| 1656 | public static boolean isDevMode() { |
| 1657 | return devMode || isDevBuild(); |
| 1658 | } |
| 1659 | |
| 1660 | /** |
| 1661 | * Sets whether or not the "dev mode" should be enabled. |
no test coverage detected