Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/src/Plugin/Search/UserSearch.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
65 } | 65 } |
66 | 66 |
67 /** | 67 /** |
68 * Creates a UserSearch object. | 68 * Creates a UserSearch object. |
69 * | 69 * |
70 * @param Connection $database | 70 * @param \Drupal\Core\Database\Connection $database |
71 * The database connection. | 71 * The database connection. |
72 * @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager | 72 * @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager |
73 * The entity manager. | 73 * The entity manager. |
74 * @param ModuleHandlerInterface $module_handler | 74 * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler |
75 * The module handler. | 75 * The module handler. |
76 * @param \Drupal\Core\Session\AccountInterface $current_user | 76 * @param \Drupal\Core\Session\AccountInterface $current_user |
77 * The current user. | 77 * The current user. |
78 * @param array $configuration | 78 * @param array $configuration |
79 * A configuration array containing information about the plugin instance. | 79 * A configuration array containing information about the plugin instance. |