You are here

function panels_get_relationships in Panels 5.2

Same name and namespace in other branches
  1. 6.2 includes/plugins.inc \panels_get_relationships()

Fetch all relationship plugins

Return value

An array of arrays with information about all available relationships.

1 call to panels_get_relationships()
panels_get_relevant_relationships in includes/plugins.inc
Fetch all relevant relationships

File

includes/plugins.inc, line 1656
plugins.inc

Code

function panels_get_relationships() {
  return panels_get_plugins('relationships', 'panels_relationships');
}