function RulesUiManagerInterface::getDefinition

Return value

\Drupal\rules\Ui\RulesUiDefinition|null A plugin definition, or NULL if the plugin ID is invalid and $exception_on_invalid is FALSE.

File

src/Ui/RulesUiManagerInterface.php, line 38

Class

RulesUiManagerInterface
Interface for the 'rules_ui' plugin manager.

Namespace

Drupal\rules\Ui

Code

public function getDefinition($plugin_id, $exception_on_invalid = TRUE);