We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcd393 commit 2084c7dCopy full SHA for 2084c7d
modules/apigee_edge_teams/apigee_edge_teams.module
@@ -40,7 +40,7 @@ use Drupal\Core\Url;
40
* Implements hook_module_implements_alter().
41
*/
42
function apigee_edge_teams_module_implements_alter(&$implementations, $hook) {
43
- if (\Drupal::moduleHandler()->moduleExists('devel') && $hook === 'entity_type_alter') {
+ if ($hook === 'entity_type_alter') {
44
// Move apigee_edge_teams_entity_type_alter() to the end of the list if
45
// Devel module is enabled.
46
// @see devel_entity_type_alter()
0 commit comments