You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apigee_edge.install
-14
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ use Drupal\user\RoleInterface;
33
33
*/
34
34
function apigee_edge_requirements($phase) {
35
35
$requirements = [];
36
-
$hybrid_support_message = t('Support for Apigee hybrid in the Apigee modules is in Beta. Connecting to a hybrid organization is appropriate for evaluation and testing purposes during this pre-production stage.');
37
36
38
37
if ($phase === 'install') {
39
38
// This should be checked only if Drupal is installed.
@@ -51,25 +50,12 @@ function apigee_edge_requirements($phase) {
'#title' => $this->t('Support for Apigee hybrid'),
94
-
'#description' => $this->t('Support for Apigee hybrid in the Apigee modules is in Beta. Connecting to a hybrid organization is appropriate for evaluation and testing purposes during this pre-production stage.'),
0 commit comments