function RecipeAppliedEvent::__construct

Same name in other branches
  1. 10 core/lib/Drupal/Core/Recipe/RecipeAppliedEvent.php \Drupal\Core\Recipe\RecipeAppliedEvent::__construct()

Constructs a RecipeAppliedEvent object.

Parameters

\Drupal\Core\Recipe\Recipe $recipe: The recipe that was applied.

File

core/lib/Drupal/Core/Recipe/RecipeAppliedEvent.php, line 25

Class

RecipeAppliedEvent
Event dispatched after a recipe has been applied.

Namespace

Drupal\Core\Recipe

Code

public function __construct(Recipe $recipe) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.