Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
Style::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Form validation handler.
StyleGridResponsiveTest class core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php Tests the grid_responsive style plugin.
StyleGridResponsiveTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php
StyleGridResponsiveTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php Views used by this test.
StyleGridResponsiveTest::providerTestResponsiveGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php Data provider for testing various configurations.
StyleGridResponsiveTest::testResponsiveGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php Generates a grid_responsive and asserts that it is displaying correctly.
StyleGridTest class core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Tests the grid style plugin.
StyleGridTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php
StyleGridTest::$alignmentsTested property core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Keeps track of which alignments have been tested.
StyleGridTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Views used by this test.
StyleGridTest::assertGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Generates a grid and asserts that it is displaying correctly.
StyleGridTest::testGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Tests the grid style.
StylePluginBase::validate function core/modules/views/src/Plugin/views/style/StylePluginBase.php Validate that the plugin is correct and can be saved.
StylePluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Validate the options form.
StylePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php Provides a list of configs to test.
StyleSensibleElementConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Styles can only be specified for HTML5 tags and extra classes.
StyleSensibleElementConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Finds the plugin with elements that conflict with the style element.
StyleSensibleElementConstraintValidator::intersectionWithClasses function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Checks if there is an intersection on allowed 'class' attribute values.
StyleSensibleElementConstraintValidator::KNOWN_UNSUPPORTED_TAGS constant core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Tags whose plugins are known to not yet integrate with the Style plugin.
StyleSensibleElementConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
SubformState::getLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php Retrieves the limited validation error sections.
SubformState::setLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php Sets the limited validation error sections.
SubformStateTest::providerGetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValues().
SubformStateTest::providerGetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValuesBroken().
SubformStateTest::providerTestGetValue function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValue().
SubformStateTest::providerTestGetValueBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValueBroken().
SubformStateTest::providerTestSetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValues().
SubformStateTest::providerTestSetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValuesBroken().
SubformStateTest::testGetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Tests get limit validation errors.
SubformStateTest::testSetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Tests set limit validation errors.
SubProcessTest::providerTestNotFoundSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testNotFoundSubProcess().
SubProcessTest::providerTestSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSourceNotArray().
SubProcessTest::providerTestSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSubProcess().
SubProcessWithSkipTest::providerTestSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Data provider for testNotFoundSubProcess().
SubstrTest::providerTestSubstr function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Data provider for testSubstr().
SuperUserAccessPolicyTest::alterPermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testAlterPermissions.
SuperUserAccessPolicyTest::calculatePermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testCalculatePermissions.
SupportedReleaseValidator class core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Validates that updated projects are secure and supported.
SupportedReleaseValidator.php file core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidator::isSupportedRelease function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Checks if the given version of a project is supported.
SupportedReleaseValidator::validate function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php Checks that the packages are secure and supported.
SupportedReleaseValidator::__construct function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidatorTest class core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests Drupal\package_manager\Validator\SupportedReleaseValidator.
SupportedReleaseValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::providerException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Data provider for testException().
SupportedReleaseValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::testException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests exceptions when updating to unsupported or insecure releases.
SvgExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php This test plugin id (icon pack id).

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.