Trigger_Conditions::trigger_recipes()
Return recipes that matches with trigger code.
Return Return
(array)
Source Source
File: src/core/lib/recipe-parts/triggers/trait-trigger-conditions.php
protected function trigger_recipes() { return Automator()->get->recipes_from_trigger_code( $this->get_trigger_code() ); }
Expand full source code Collapse full source code View on Github