interface ContextInterface in Acquia Lift Connector 8.3
Same name and namespace in other branches
- 8.4 src/Service/Context/ContextInterface.php \Drupal\acquia_lift\Service\Context\ContextInterface
Hierarchy
- interface \Drupal\acquia_lift\Service\Context\ContextInterface
Expanded class hierarchy of ContextInterface
All classes that implement ContextInterface
File
- src/
Service/ Context/ ContextInterface.php, line 5
Namespace
Drupal\acquia_lift\Service\ContextView source
interface ContextInterface {
/**
* Populate page by context.
*
* @param &$page
* The page that is to be populated.
*/
public function populate(&$page);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContextInterface:: |
public | function | Populate page by context. | 1 |