You are here

function ds_test_ds_layout_info_alter in Display Suite 7.2

Same name and namespace in other branches
  1. 7 tests/ds_test.module \ds_test_ds_layout_info_alter()

Implements hook_ds_layout_info_alter().

File

tests/ds_test.module, line 133
Display Suite test module.

Code

function ds_test_ds_layout_info_alter(&$layouts) {
  unset($layouts['ds_3col_stacked_equal_width']);
}