| BaseFieldFileFormatterBase::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Defines the default settings for this plugin. |
| BaseFieldFileFormatterBase::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Returns a form to configure settings for the formatter. |
| BasicSettingsForm |
class |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form builder for the admin display defaults page. |
| BasicSettingsForm.php |
file |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
|
| BasicSettingsForm::buildForm |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form constructor. |
| BasicSettingsForm::getFormId |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Returns a unique string identifying the form. |
| Block::$settings |
property |
core/modules/block/src/Entity/Block.php |
The plugin instance settings. |
| Block::blockSettings |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Returns plugin-specific settings for the block. |
| BlockConfigUpdater::needsInfoStatusSettingsRemoved |
function |
core/modules/block/src/BlockConfigUpdater.php |
Checks if the block contains deprecated info and status settings. |
| BlockPluginHasSettingsTrayFormAccessCheck |
class |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Determines whether the requested block has a 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheck.php |
file |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
|
| BlockPluginHasSettingsTrayFormAccessCheck::access |
function |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Checks access for accessing a block's 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin |
function |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Checks access for accessing a block plugin's 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheckTest |
class |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck. |
| BlockPluginHasSettingsTrayFormAccessCheckTest.php |
file |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
|
| BlockPluginHasSettingsTrayFormAccessCheckTest::providerTestAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Provides test data for ::testAccess(). |
| BlockPluginHasSettingsTrayFormAccessCheckTest::testAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests access. |
| BlockSettings |
class |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Determines the block settings. |
| BlockSettings.php |
file |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
|
| BlockSettings::$blockManager |
property |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
The block manager service. |
| BlockSettings::create |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Instantiates a new instance of the implementing class using autowiring. |
| BlockSettings::transform |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Set the block configuration. |
| BlockSettings::__construct |
function |
core/modules/block/src/Plugin/migrate/process/BlockSettings.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| BlockSettingsTest |
class |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Tests Drupal\block\Plugin\migrate\process\BlockSettings. |
| BlockSettingsTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
|
| BlockSettingsTest::providerTestTransform |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Provides data for testTransform. |
| BlockSettingsTest::testTransform |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockSettingsTest.php |
Tests the blocks settings process plugin. |
| BlockSystemBrandingTest::testSystemBrandingSettings |
function |
core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php |
Tests system branding block configuration. |
| BooleanCheckboxWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php |
Defines the default settings for this plugin. |
| BooleanCheckboxWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php |
Returns a form to configure settings for the widget. |
| BooleanCheckboxWidget::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php |
Returns a short summary for the current widget settings. |
| BooleanFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php |
Defines the default settings for this plugin. |
| BooleanFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php |
Returns a form to configure settings for the formatter. |
| BooleanFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php |
Returns a short summary for the current formatter settings. |
| BooleanFormatterSettingsTest |
class |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
Tests the Boolean field formatter settings. |
| BooleanFormatterSettingsTest |
class |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
Tests the Boolean field formatter settings. |
| BooleanFormatterSettingsTest.php |
file |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
|
| BooleanFormatterSettingsTest.php |
file |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
|
| BooleanFormatterSettingsTest::$bundle |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
The name of the entity bundle that is created in the test. |
| BooleanFormatterSettingsTest::$bundle |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
The name of the entity bundle that is created in the test. |
| BooleanFormatterSettingsTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
The theme to install as the default for testing. |
| BooleanFormatterSettingsTest::$defaultTheme |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
The theme to install as the default for testing. |
| BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
| BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
| BooleanFormatterSettingsTest::$modules |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
Modules to install. |
| BooleanFormatterSettingsTest::$modules |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
Modules to install. |
| BooleanFormatterSettingsTest::setUp |
function |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
|
| BooleanFormatterSettingsTest::setUp |
function |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
|
| BooleanFormatterSettingsTest::testBooleanFormatterSettings |
function |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
Tests the formatter settings page for the Boolean formatter. |
| BooleanFormatterSettingsTest::testBooleanFormatterSettings |
function |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
Tests the formatter settings page for the Boolean formatter. |