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
SelectLanguageForm::getFormId function core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Returns a unique string identifying the form.
SelectLeastTest::selectLeastProvider function core/tests/Drupal/KernelTests/Core/Database/SelectLeastTest.php Provides data for testing the LEAST operator.
SelectProfileForm::getFormId function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Returns a unique string identifying the form.
SelectTest::makeCommentsProvider function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Provides expected and input values for testVulnerableComment().
SelectTest::providerNonArrayOperatorWithArrayValueCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Data provider for testNonArrayOperatorWithArrayValueCondition().
SelectTest::providerRegularExpressionCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Data provider for testRegularExpressionCondition().
SelectTest::testInvalidSelectCount function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that an invalid count query throws an exception.
SendmailCommandValidationTransportFactory class core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php Command validation decorator for sendmail transport factory.
SendmailCommandValidationTransportFactory.php file core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::create function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::supports function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::__construct function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php Construct command validation decorator for sendmail transport factory.
SequentiallyConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/SequentiallyConstraint.php
SequentiallyConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests Sequentially validation constraint with both valid and invalid values.
SequentiallyConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php
SequentiallyConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Modules to install.
SequentiallyConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php The typed data manager to use.
SequentiallyConstraintValidatorTest::dataProvider function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Data provider for testValidation().
SequentiallyConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php
SequentiallyConstraintValidatorTest::testConfigValidation function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests use of Sequentially validation constraint in config.
SequentiallyConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests the Sequentially validation constraint validator.
serialization.entity_resolver.target_id service core/modules/serialization/serialization.services.yml Drupal\serialization\EntityResolver\TargetIdResolver
SerializationServiceProvider class core/modules/serialization/src/SerializationServiceProvider.php Serialization dependency injection container.
SerializationServiceProvider.php file core/modules/serialization/src/SerializationServiceProvider.php
SerializationServiceProvider::register function core/modules/serialization/src/SerializationServiceProvider.php Registers services to the container.
Serialized::validateOptionsForm function core/modules/views/src/Plugin/views/field/Serialized.php Validate the options form.
SerializedConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidator.php Validates the Serialized constraint.
SerializedConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidator.php
SerializedConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidator.php
SerializedConstraintValidatorTest class core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidatorTest.php Tests serialize validator.
SerializedConstraintValidatorTest.php file core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidatorTest.php
SerializedConstraintValidatorTest::provideTestValidate function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidatorTest.php Provides an array with several serialized and non-serialized values.
SerializedConstraintValidatorTest::testValidate function core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/SerializedConstraintValidatorTest.php Validate serializer constraint.
serializer.entity_resolver.uuid service core/modules/serialization/serialization.services.yml Drupal\serialization\EntityResolver\UuidResolver
serializer.normalizer.resource_identifier.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer
Serializer::$formatProviders property core/modules/rest/src/Plugin/views/style/Serializer.php The serialization format providers, keyed by format.
ServiceProviderBase class core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Base service provider implementation.
ServiceProviderBase.php file core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
ServiceProviderBase::alter function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Modifies existing service definitions.
ServiceProviderBase::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Registers services to the container.
ServiceProviderInterface interface core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Interface that all service providers must implement.
ServiceProviderInterface.php file core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php
ServiceProviderInterface::register function core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php Registers services to the container.
ServiceProviderTest class core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests service provider registration to the DIC.
ServiceProviderTest.php file core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php
ServiceProviderTest::$modules property core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Modules to install.
ServiceProviderTest::register function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Registers test-specific services.
ServiceProviderTest::testServiceProviderRegistration function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that services provided by module service providers get registered to the DIC.
ServiceProviderTest::testServiceProviderRegistrationDynamic function core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php Tests that the DIC keeps up with module enable/disable in the same request.
ServiceProviderTestServiceProvider class core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php Service provider for service provider testing module.

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