You are here

protected function TempStoreTrait::getRulesUiHandler in Rules 8.3

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\Ui

Code

protected function getRulesUiHandler() {

  // Usually the trait is used on the RulesUI handler.
  return $this;
}