Executes an executable plugin.
\Drupal\Core\Executable\ExecutableInterface $plugin: An executable plugin instance managed by the implementing manager.
mixed The returned data varies by plugin implementation, e.g. conditions return the the boolean evaluation result.
\Drupal\Core\Executable\ExecutableException If the plugin could not be executed.
public function execute(ExecutableInterface $plugin);