hook_views_plugins_join_alter(array &$plugins)
Modify the list of available views join plugins.
This hook may be used to modify plugin properties after they have been specified by other modules.
array $plugins: An array of all the existing plugin definitions, passed by reference.
\Drupal\views\Plugin\ViewsPluginManager
function hook_views_plugins_join_alter(array &$plugins) { // Print out all join plugin names for debugging purposes. debug($plugins); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!views!views.api.php/function/hook_views_plugins_join_alter/8.1.x