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
Method: Checks if we’re executing the code in an development environment.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:119
Method: Checks if we’re executing the code in a production environment.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:128
Method: Checks if we’re executing the code in a test environment.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:137
Class: Service class that handles the feature flags.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:9
Method: Constructor
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:39
Method: Set correct flag.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:49
Method: Set correct environment.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:66
Method: Returns the current flag value.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:83
Method: Checks if we’re executing the code in an experimental build mode.
Source: packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php:92
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