You are here

ContextInterface.php in Acquia Lift Connector 8.4

Same filename and directory in other branches
  1. 8.3 src/Service/Context/ContextInterface.php

File

src/Service/Context/ContextInterface.php
View source
<?php

namespace Drupal\acquia_lift\Service\Context;

interface ContextInterface {

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

}

Interfaces

Namesort descending Description
ContextInterface