1 | <?php |
||
15 | class v320_disable_bbcodes extends container_aware_migration |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | public static function depends_on() |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function revert_data() |
||
40 | /** |
||
41 | * Set ABBC3 BBCodes Display on Post to 0 so they will no longer |
||
42 | * appear in posting buttons when extension is purged. Users can manage |
||
43 | * themselves and decide if they want to keep or delete any of the BBCodes. |
||
44 | */ |
||
45 | public function disable_bbcodes() |
||
56 | } |
||
57 |