function RulesComponent::getProvidedContext
Returns the names of context that is provided back to the caller.
Return value
string[] The names of the context that is provided back.
File
-
src/
Engine/ RulesComponent.php, line 201
Class
- RulesComponent
- Handles executable Rules components.
Namespace
Drupal\rules\EngineCode
public function getProvidedContext() {
return $this->providedContext;
}