| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class XmlrpcDisabled implements Initializable |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Initialize module (perform any tasks that should be done init hook). |
||
| 18 | */ |
||
| 19 | public function init() |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Remove pingback.ping from allowed/supported XML-RPC methods. |
||
| 29 | * |
||
| 30 | * @param array $methods |
||
| 31 | * |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | public function disablePingbacks($methods) |
||
| 41 |