1 layout_relationship.inc LayoutRelationship::getChildren()

Return child relationship plugins.

File

core/modules/layout/plugins/relationships/layout_relationship.inc, line 162
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;
}