Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
SomeAnnotationClassNameWithoutConstructor::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationClassNameWithoutConstructorAndProperties class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationWithConstructorWithoutParams class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationWithConstructorWithoutParams::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationWithConstructorWithoutParams::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationWithConstructorWithoutParams::__construct function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SortableTestTrait::sortableTo function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Simulates a drag on an element from one container to another.
SortPluginBase::showExposeButton function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Shortcut to display the expose/hide button.
SortPluginBase::sortOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide a list of options for the default sort form.
SortPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple submit handler.
SourceEditingPreventSelfXssConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php Ensures Source Editing cannot be configured to allow self-XSS.
SourceEditingPreventSelfXssConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php
SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php Computes a regular expression for matching a wildcard attribute name.
SourceEditingPreventSelfXssConstraintValidator::isWildcardAttributeName function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php Checks whether the given attribute name contains a wildcard, e.g. `data-*`.
SourceEditingPreventSelfXssConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php
SourceEditingRedundantTagsConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php Ensures tags already available via plugin are not be added to Source Editing.
SourceEditingRedundantTagsConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php Creates a message listing plugins and the overlapping tags they provide.
SourceEditingRedundantTagsConstraintValidator::tagHasAttributeRestrictions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php Inspects whether the given tag has attribute restrictions.
SourceEditingRedundantTagsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php
SourcePluginBase::$highWaterStorage property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The key-value storage for the high-water value.
SourcePluginBase::$iterator property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The iterator to iterate over the source rows.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.
SourcePluginBase::getIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Returns the iterator that will yield the row arrays to be processed.
SourcePluginBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Initializes the iterator with the source data.
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Provides a list of routes with invalid route variables.
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Provides a list of routes with valid route variables.
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Tests the onAlterRoutes method for invalid variables.
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Tests the onAlterRoutes method for valid variables.
Sql::$getCountOptimized property core/modules/views/src/Plugin/views/query/Sql.php Should this query be optimized for counts, for example no sorts.
Sql::assignEntitiesToResult function core/modules/views/src/Plugin/views/query/Sql.php Sets entities onto the view result row objects.
Sql::submitOptionsForm function core/modules/views/src/Plugin/views/query/Sql.php Special submit handling.
SqlBase::getPagerTotal function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Initializes the iterator with the source data.
SqlBase::__toString function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Prints the query string when the object is used as a string.
SqlContentEntityStorage class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php A content entity database storage implementation.
SqlContentEntityStorage.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::$baseTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The base table of the entity.
SqlContentEntityStorage::$database property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Active database connection.
SqlContentEntityStorage::$dataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores properties, if the entity has multilingual support.
SqlContentEntityStorage::$defaultLangcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The default language entity key.
SqlContentEntityStorage::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type manager.
SqlContentEntityStorage::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's field storage definitions.
SqlContentEntityStorage::$langcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity langcode key.
SqlContentEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The language manager.
SqlContentEntityStorage::$revisionDataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revision field data if the entity supports revisions.
SqlContentEntityStorage::$revisionKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Name of entity's revision database table field, if it supports revisions.
SqlContentEntityStorage::$revisionTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revisions, if the entity supports revisions.
SqlContentEntityStorage::$storageSchema property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's storage schema object.
SqlContentEntityStorage::$tableMapping property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The mapping of field columns to SQL tables.

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