function ViewsTestConfigHooks::viewsPluginsRelationshipAlter

Implements hook_views_plugins_relationship_alter().

File

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

Class

ViewsTestConfigHooks
Hook implementations for views_test_config.

Namespace

Drupal\views_test_config\Hook

Code

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

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