1.20.x layout_relationship.inc LayoutRelationship::getChildren()

Return child relationship plugins.

File

modules/layout/plugins/relationships/layout_relationship.inc, line 163
Class that holds information relating to a layout's context relationships.

Class

LayoutRelationship
@file Class that holds information relating to a layout's context relationships.

Code

function getChildren() {
  return NULL;
}