views_test_config.module
Same filename in other branches
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ views_test_config.module
View source
<?php
/**
* @file
* Contains the "views_test_config" module main functionality.
*/
declare (strict_types=1);
function _views_test_config_disable_broken_handler(array &$definitions, string $handler_type) : void {
if (in_array($handler_type, \Drupal::state()->get('views_test_config_disable_broken_handler', []))) {
unset($definitions['broken']);
}
}
Functions
Title | Deprecated | Summary |
---|---|---|
_views_test_config_disable_broken_handler |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.