function ViewsTestConfigHooks::viewsPluginsArgumentAlter
Same name and namespace in other branches
- 11.x core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php \Drupal\views_test_config\Hook\ViewsTestConfigHooks::viewsPluginsArgumentAlter()
Implements hook_views_plugins_argument_alter().
Attributes
#[Hook('views_plugins_argument_alter')]
File
-
core/
modules/ views/ tests/ modules/ views_test_config/ src/ Hook/ ViewsTestConfigHooks.php, line 55
Class
- ViewsTestConfigHooks
- Hook implementations for views_test_config.
Namespace
Drupal\views_test_config\HookCode
public function viewsPluginsArgumentAlter(array &$definitions) : void {
$this->disableBrokenHandler($definitions, 'argument');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.