
| Current Path : /var/www/html1/web/themes/contrib/bootstrap/src/Plugin/Setting/Advanced/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/web/themes/contrib/bootstrap/src/Plugin/Setting/Advanced/IncludeDeprecated.php |
<?php
namespace Drupal\bootstrap\Plugin\Setting\Advanced;
use Drupal\bootstrap\Plugin\Setting\SettingBase;
/**
* The "include_deprecated" theme setting.
*
* @ingroup plugins_setting
*
* @BootstrapSetting(
* id = "include_deprecated",
* type = "checkbox",
* weight = -3,
* title = @Translation("Include <code>deprecated.php</code>"),
* defaultValue = 0,
* description = @Translation("Enabling this setting will include any <code>deprecated.php</code> file found in your theme or base themes."),
* groups = {
* "advanced" = @Translation("Advanced"),
* },
* )
*/
class IncludeDeprecated extends SettingBase {}