1.20.x layout_relationship.inc | LayoutRelationship::getChild() |
Return child relationship plugins.
File
- modules/
layout/ plugins/ relationships/ layout_relationship.inc, line 170 - 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 getChild() {
return layout_get_relationship_info($this->plugin);
}