function ViewsTestConfigHooks::viewsPluginsFieldAlter

Implements hook_views_plugins_field_alter().

File

core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php, line 62

Class

ViewsTestConfigHooks
Hook implementations for views_test_config.

Namespace

Drupal\views_test_config\Hook

Code

public function viewsPluginsFieldAlter(array &$definitions) : void {
    _views_test_config_disable_broken_handler($definitions, 'field');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.