monkey_patch.inc |
tests/monkey_patch.inc |
|
This file is intended to be separate.
It helps to test whether monkey patching works. |
moopapi.adapter.inc |
component/decorator/adapter/moopapi.adapter.inc |
|
|
moopapi.component.inc |
component/moopapi.component.inc |
|
|
moopapi.info |
moopapi.info |
|
name = Module Object Oriented Programming API
description = Makes pure OOP syntax modules possible within the Drupal framework
core = 7.x
dependencies[] = libraries
;files[] = moopapi.install
files[] = moopapi.module
files[] = tests/moopapi.test
;… |
moopapi.install |
moopapi.install |
|
Install, update and uninstall functions for the Moopapi module. |
moopapi.logger.inc |
component/decorator/logger/moopapi.logger.inc |
|
|
moopapi.module |
moopapi.module |
|
|
moopapi.test |
tests/moopapi.test |
|
|