67 string references to 'Style'
- ArgumentPluginBase::calculateDependencies in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Calculates dependencies for the configured plugin.
- ArgumentPluginBase::defaultSummaryForm in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Provides a form for selecting summary options.
- ArgumentPluginBase::getCacheContexts in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - The cache contexts associated with this object.
- ArgumentPluginBase::getCacheMaxAge in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - The maximum age for which this object may be cached.
- ArgumentPluginBase::getCacheTags in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - The cache tags associated with this object.
- ArgumentPluginBase::getPlugin in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Get the display or row plugin, if it exists.
- ArgumentPluginBase::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Handle any special handling on the validate form.
- ArgumentPluginBase::validateOptionsForm in core/
modules/ views/ src/ Plugin/ views/ argument/ ArgumentPluginBase.php - Validate the options form.
- AttributeTest::testRemoveAttribute in core/
tests/ Drupal/ Tests/ Core/ Template/ AttributeTest.php - Tests removing attributes. @covers ::removeAttribute
- BasicTest::testWizardDefaultValues in core/
modules/ views/ tests/ src/ Functional/ Wizard/ BasicTest.php - Tests default plugin values are populated from the wizard form.
- ckeditor5.ckeditor5.yml in core/
modules/ ckeditor5/ ckeditor5.ckeditor5.yml - core/modules/ckeditor5/ckeditor5.ckeditor5.yml
- ckeditor5.ckeditor5.yml in core/
modules/ ckeditor5/ ckeditor5.ckeditor5.yml - core/modules/ckeditor5/ckeditor5.ckeditor5.yml
- ckeditor5.schema.yml in core/
modules/ ckeditor5/ config/ schema/ ckeditor5.schema.yml - core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
- CollectRoutesTest::setUp in core/
modules/ rest/ tests/ src/ Unit/ CollectRoutesTest.php - ConfigEntityAdapterTest::testGetIterator in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ConfigEntityAdapterTest.php - @covers ::getIterator
- ConfigEntityTest::testCRUD in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityTest.php - Tests CRUD operations.
- ConfigEntityUnitTest::testStorageMethods in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigEntityUnitTest.php - Tests storage methods.
- ConfigOtherModuleTest::testInstallOtherModuleFirst in core/
modules/ config/ tests/ src/ Kernel/ ConfigOtherModuleTest.php - Tests enabling the provider of the default configuration first.
- ConfigTestForm::form in core/
modules/ config/ tests/ config_test/ src/ ConfigTestForm.php - Gets the actual form array to be built.
- config_test.schema.yml in core/
modules/ config/ tests/ config_test/ config/ schema/ config_test.schema.yml - core/modules/config/tests/config_test/config/schema/config_test.schema.yml
- config_test_entity_type_alter in core/
modules/ config/ tests/ config_test/ config_test.module - Implements hook_entity_type_alter().
- Core::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor4To5Upgrade/ Core.php - Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
- DialogTest::testDialog in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ DialogTest.php - Tests sending non-JS and AJAX requests to open and manipulate modals.
- DisplayKernelTest::testGetPlugin in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ DisplayKernelTest.php - Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
- DisplayPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provide a form to edit options for this plugin.
- DisplayPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provide a form to edit options for this plugin.
- DisplayPluginBase::defaultableSections in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Lists the 'defaultable' sections and what items each section contains.
- DisplayPluginBase::optionsSummary in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Provides the default summary for options in the views UI.
- DisplayPluginBase::submitOptionsForm in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Handle any special handling on the validate form.
- DisplayPluginBase::validate in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Validate that the plugin is correct and can be saved.
- DisplayTest::testDisplayPlugin in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - Tests the display test plugin.
- EntityReference::query in core/
modules/ views/ src/ Plugin/ views/ display/ EntityReference.php - Add anything to the query that we might need to.
- EntityReference::validate in core/
modules/ views/ src/ Plugin/ views/ display/ EntityReference.php - Validate that the plugin is correct and can be saved.
- Feed::attachTo in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Allows displays to attach to other views.
- Feed::defaultableSections in core/
modules/ views/ src/ Plugin/ views/ display/ Feed.php - Lists the 'defaultable' sections and what items each section contains.
- FilterKernelTest::testHtmlFilter in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests filter settings, defaults, access restrictions and similar.
- Html::serialize in core/
lib/ Drupal/ Component/ Utility/ Html.php - Converts the body of a \DOMDocument back to an HTML snippet.
- HTMLRestrictions::toGeneralHtmlSupportConfig in core/
modules/ ckeditor5/ src/ HTMLRestrictions.php - Transforms into the CKEditor 5 GHS configuration representation.
- MediaSourceFileTest::testMediaFileSource in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceFileTest.php - Tests the file media source.
- ModalRendererTest::testModalRenderer in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ModalRendererTest.php - Tests that links respect 'data-dialog-renderer' attribute.
- ModuleTest::testViewsFetchPluginNames in core/
modules/ views/ tests/ src/ Kernel/ ModuleTest.php - Tests the \Drupal\views\Views::fetchPluginNames() method.
- Node::blockDisplayOptions in core/
modules/ node/ src/ Plugin/ views/ wizard/ Node.php - Retrieves the block display options.
- Node::pageDisplayOptions in core/
modules/ node/ src/ Plugin/ views/ wizard/ Node.php - Retrieves the page display options.
- OffCanvasTest::testNarrowWidth in core/
modules/ system/ tests/ src/ FunctionalJavascript/ OffCanvasTest.php - Tests the body displacement behaves differently at a narrow width.
- OffCanvasTest::testOffCanvasLinks in core/
modules/ system/ tests/ src/ FunctionalJavascript/ OffCanvasTest.php - Tests that non-contextual links will work with the off-canvas dialog.
- olivero_preprocess_html in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK() for HTML document templates.
- PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents in core/
modules/ user/ tests/ src/ FunctionalJavascript/ PasswordConfirmWidgetTest.php - Tests the components added to the password confirm widget.
- PluginTypeListTest::testPluginList in core/
modules/ views/ tests/ src/ Unit/ PluginTypeListTest.php - Tests the plugins list is correct.
- RestExport::collectRoutes in core/
modules/ rest/ src/ Plugin/ views/ display/ RestExport.php - Adds the route entry of a view to the collection.
- SmartDefaultSettingsTest::provider in core/
modules/ ckeditor5/ tests/ src/ Kernel/ SmartDefaultSettingsTest.php - Data provider.
- Standard::filterXss in core/
modules/ editor/ src/ EditorXssFilter/ Standard.php - Filters HTML to prevent XSS attacks when a user edits it in a text editor.
- StyleSerializerEntityTest::testLivePreview in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Tests the live preview output for json output.
- StyleSerializerEntityTest::testSerializerResponses in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Checks the behavior of the Serializer callback paths and row plugins.
- StyleTest::testStyle in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ StyleTest.php - Tests the general rendering of styles.
- StyleTest::testStyleSettingsForm in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ StyleTest.php - @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style::buildConfigurationForm
- StyleUITest::testStyleUI in core/
modules/ views_ui/ tests/ src/ Functional/ StyleUITest.php - Tests changing the style plugin and changing some options of a style.
- TypedConfigTest::testTypedDataAPI in core/
tests/ Drupal/ KernelTests/ Config/ TypedConfigTest.php - Verifies that the Typed Data API is implemented correctly.
- ValidatorsTest::provider in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - Provides a list of Text Editor config entities using CKEditor 5 to test.
- ValidatorsTest::providerPair in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - Provides a list of Text Editor + Text Format pairs to test.
- ViewExecutable::initStyle in core/
modules/ views/ src/ ViewExecutable.php - Finds and initializes the style plugin.
- views.data_types.schema.yml in core/
modules/ views/ config/ schema/ views.data_types.schema.yml - core/modules/views/config/schema/views.data_types.schema.yml
- views.services.yml in core/
modules/ views/ views.services.yml - core/modules/views/views.services.yml
- views_theme in core/
modules/ views/ views.module - Implements hook_theme().
- WizardPluginBase::buildForm in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Form callback to build other elements in the "show" form.
- WizardPluginBase::buildFormStyle in core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php - Adds the style options to the wizard form.
- Xss::attributes in core/
lib/ Drupal/ Component/ Utility/ Xss.php - Processes a string of HTML attributes.
- XssTest::providerTestFilterXssNotNormalized in core/
tests/ Drupal/ Tests/ Component/ Utility/ XssTest.php - Data provider for testFilterXssNotNormalized().
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.