Issue #2996431 by andypost, Charlie ChX Negyesi, Xano: Fix docs for ConditionPluginBase

merge-requests/1119/head
Alex Pott 2019-07-08 09:01:48 +01:00
parent c2636ef129
commit 7daf1e6988
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ abstract class ConditionPluginBase extends ExecutablePluginBase implements Condi
/**
* The condition manager to proxy execute calls through.
*
* @var \Drupal\Core\Executable\ExecutableInterface
* @var \Drupal\Core\Executable\ExecutableManagerInterface
*/
protected $executableManager;