function TempStoreTrait::getRulesUiHandler
Gets the currently active RulesUI's handler.
Return value
\Drupal\rules\Ui\RulesUiHandlerInterface The RulesUI handler.
File
-
src/
Ui/ TempStoreTrait.php, line 147
Class
- TempStoreTrait
- Provides methods for modified rules components in temporary storage.
Namespace
Drupal\rules\UiCode
protected function getRulesUiHandler() {
// Usually the trait is used on the RulesUI handler.
return $this;
}