You are here

interface ContextInterface in Acquia Lift Connector 8.4

Same name and namespace in other branches
  1. 8.3 src/Service/Context/ContextInterface.php \Drupal\acquia_lift\Service\Context\ContextInterface

Hierarchy

Expanded class hierarchy of ContextInterface

All classes that implement ContextInterface

File

src/Service/Context/ContextInterface.php, line 5

Namespace

Drupal\acquia_lift\Service\Context
View source
interface ContextInterface {

  /**
   * Populate page by context.
   *
   * @param &$page
   *   The page that is to be populated.
   */
  public function populate(&$page);

}

Members

Namesort descending Modifiers Type Description Overrides
ContextInterface::populate public function Populate page by context. 1