Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php

FeatureGating::is_development_environment()

Method: Checks if we’re executing the code in an development environment.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:119

Used by 0 functions | Uses 0 functions

FeatureGating::is_production_environment()

Method: Checks if we’re executing the code in a production environment.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:128

Used by 0 functions | Uses 0 functions

FeatureGating::is_test_environment()

Method: Checks if we’re executing the code in a test environment.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:137

Used by 0 functions | Uses 0 functions

FeatureGating::__construct()

Method: Constructor

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:39

Used by 2 functions | Uses 2 functions

FeatureGating::load_flag()

Method: Set correct flag.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:49

Used by 1 function | Uses 0 functions

FeatureGating::load_environment()

Method: Set correct environment.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:66

Used by 1 function | Uses 0 functions

FeatureGating::get_flag()

Method: Returns the current flag value.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:83

Used by 0 functions | Uses 0 functions

FeatureGating::is_experimental_build()

Method: Checks if we’re executing the code in an experimental build mode.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:92

Used by 0 functions | Uses 0 functions

FeatureGating::is_feature_plugin_build()

Method: Checks if we’re executing the code in an feature plugin or experimental build mode.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:101

Used by 0 functions | Uses 0 functions

FeatureGating::get_environment()

Method: Returns the current environment value.

Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:110

Used by 0 functions | Uses 0 functions
1 2 Next »
Proudly powered by WordPress