You are here

function panels_get_relationships in Panels 6.2

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

Fetch metadata for 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 1679
plugins.inc

Code

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