class CdnCustom
The "cdn_custom" theme setting.
Plugin annotation
@BootstrapSetting(
id = "cdn_custom",
type = "textarea",
description = @Translation("One complete URL per line. All URLs are validated and parsed to determine available version(s) and/or theme(s). A URL can be any file ending in <code>.css</code> or <code>.js</code> (with matching response MIME type). Minified URLs can also be supplied and the will be used automatically."),
groups = {
"cdn" = @Translation("CDN (Content Delivery Network)"),
"cdn_provider" = false,
"custom" = @Translation("Custom URLs"),
},
)
Hierarchy
- class \Drupal\bootstrap\Plugin\PluginBase extends \Drupal\Core\Plugin\PluginBase
- class \Drupal\bootstrap\Plugin\Setting\SettingBase implements SettingInterface
- class \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnProviderBase uses FormAutoloadFixTrait
- class \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnCustom
- class \Drupal\bootstrap\Plugin\Setting\Advanced\Cdn\CdnProviderBase uses FormAutoloadFixTrait
- class \Drupal\bootstrap\Plugin\Setting\SettingBase implements SettingInterface
Expanded class hierarchy of CdnCustom
Related topics
Namespace
Drupal\bootstrap\Plugin\Setting\Advanced\CdnMembers
Name | Modifiers | Type | Description |
---|---|---|---|
CdnCustom:: |
public | function |
Indicates whether a setting is accessible. Overrides SettingBase:: |
CdnCustom:: |
public | function |
The alter method to store the code. Overrides SettingBase:: |
CdnCustom:: |
public | function |
Retrieves the setting's default value. Overrides SettingBase:: |
CdnCustom:: |
public | function |
Retrieves the value from other deprecated settings. Overrides SettingBase:: |
CdnCustom:: |
public static | function | Submit callback for resetting CDN Provider cache. |
CdnCustom:: |
public static | function |
Form validation handler. Overrides SettingBase:: |
CdnProviderBase:: |
protected | property | The active provider based on form value or theme setting. |
CdnProviderBase:: |
public static | function | AJAX callback for reloading CDN Providers. |
CdnProviderBase:: |
public | function |
The alter method to store the code. Overrides SettingBase:: |
CdnProviderBase:: |
protected static | function | Handles any CDN Provider exceptions that may have been thrown. |
CdnProviderBase:: |
public | function |
The cache tags associated with this object. Overrides SettingBase:: |
CdnProviderBase:: |
protected | function | Retrieves the active CDN Provider. |
CdnProviderBase:: |
protected | function | Sets the #ajax property to rebuild the entire CDN Providers container. |
FormAutoloadFixTrait:: |
public static | function | Adds the autoload fix include file to the form state. |
PluginBase:: |
protected | property | The currently set theme object. |
PluginBase:: |
public | function | |
SettingBase:: |
public static | property | |
SettingBase:: |
public | function |
Indicates whether a form element should be created automatically. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Determines whether a theme setting should added to drupalSettings. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Retrieves the setting's description, if any. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Overrides SettingInterface:: |
SettingBase:: |
public | function | Retrieves all the form properties from the setting definition. |
SettingBase:: |
public | function |
Overrides SettingInterface:: |
SettingBase:: |
public | function |
Retrieves the group form element the setting belongs to. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Retrieves the setting's groups. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Retrieves the settings options, if set. Overrides SettingInterface:: |
SettingBase:: |
public | function |
Retrieves the form element for the setting. Overrides SettingInterface:: |
SettingBase:: |
protected | function | Retrieves the setting value used to populate the form. |
SettingBase:: |
public | function |
Retrieves the setting's human-readable title. Overrides SettingInterface:: |
SettingBase:: |
public static | function |
Form submission handler. Overrides FormInterface:: |
SettingBase:: |
public static | function |
Form submission handler. Overrides FormInterface:: |
SettingBase:: |
public static | function |
Form validation handler. Overrides FormInterface:: |