You are here

constant BOOTSTRAP_CDN_PROVIDER_PATH in Express 8

The base file system path for CDN providers.

// Before.
echo BOOTSTRAP_CDN_PROVIDER_PATH;

// After.
use Drupal\bootstrap\Plugin\ProviderManager;
echo ProviderManager::FILE_PATH;

Deprecated

Will be removed in a future release.

See also

\Drupal\bootstrap\Plugin\ProviderManager::FILE_PATH

File

themes/contrib/bootstrap/deprecated.php, line 29
This contains deprecated functions that will be removed in a future release.

Code

define('BOOTSTRAP_CDN_PROVIDER_PATH', ProviderManager::FILE_PATH);