You are here

function ds_test_ds_layout_info_alter in Display Suite 7

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

Implements hook_ds_layout_info_alter().

File

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

Code

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