Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
StaticMenuLinkOverridesTest::testConstruct function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the constructor.
StaticMenuLinkOverridesTest::testDeleteOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the deleteOverride and deleteOverrides method.
StaticMenuLinkOverridesTest::testLoadMultipleOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadMultipleOverrides method.
StaticMenuLinkOverridesTest::testLoadOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadOverride method.
StaticMenuLinkOverridesTest::testReload function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the reload method.
StaticMenuLinkOverridesTest::testSaveOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the saveOverride method.
StatisticsSettingsForm::getFormId function core/modules/statistics/src/StatisticsSettingsForm.php Returns a unique string identifying the form.
StatisticsViewsResultTest::providerTestStatisticsCount function core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php
StorableConfigBase::validateValue function core/lib/Drupal/Core/Config/StorableConfigBase.php Validate the values are allowed data types.
StorageComparer::validateSiteUuid function core/lib/Drupal/Core/Config/StorageComparer.php Validates that the system.site::uuid in the source and target match.
StorageComparerInterface::validateSiteUuid function core/lib/Drupal/Core/Config/StorageComparerInterface.php Validates that the system.site::uuid in the source and target match.
StorageCopyTraitTest::providerTestReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides data for testCheckRequirements().
StorageCopyTraitTest::testWithInvalidConfiguration function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests replaceStorageContents() with config with an invalid configuration.
StorageReplaceDataWrapperTest::providerCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Data provider for testing different collections.
StorageReplaceDataWrapperTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests an invalid storage.
StorageTest::testCachedFormStorageValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests updating cached form storage during form validation.
StorageTest::testValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests validation when form storage is used.
StreamWrapperInterface::HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines the stream wrapper bit flag for a hidden file.
StreamWrapperInterface::LOCAL_HIDDEN constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Hidden, readable and writable using local files.
StreamWrapperManager::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Checks that the scheme of a stream URI is valid.
StreamWrapperManager::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Determines whether the URI has a valid scheme for file API operations.
StreamWrapperManagerInterface::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Checks that the scheme of a stream URI is valid.
StreamWrapperManagerInterface::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Determines whether the URI has a valid scheme for file API operations.
StreamWrapperManagerTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Data provider.
StreamWrapperTest::testGetValidStreamScheme function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Test the scheme functions.
StringBase::$lid property core/modules/locale/src/StringBase.php The string identifier.
StringBase::getId function core/modules/locale/src/StringBase.php Gets the string unique identifier.
StringBase::setId function core/modules/locale/src/StringBase.php Sets the string unique identifier.
StringFieldTest::testTextfieldWidgets function core/modules/field/tests/src/Functional/String/StringFieldTest.php Test widgets.
StringFieldTest::_testTextfieldWidgets function core/modules/field/tests/src/Functional/String/StringFieldTest.php Helper function for testTextfieldWidgets().
StringIdEntityTest class core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php Defines a content entity type that has a string ID.
StringIdEntityTest.php file core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php
StringIdEntityTest::baseFieldDefinitions function core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php
StringInterface::getId function core/modules/locale/src/StringInterface.php Gets the string unique identifier.
StringInterface::setId function core/modules/locale/src/StringInterface.php Sets the string unique identifier.
StringTextareaWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Plugin implementation of the 'string_textarea' widget.
StringTextareaWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php
StringTextareaWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Defines the default settings for this plugin.
StringTextareaWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns the form for a single field widget.
StringTextareaWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a form to configure settings for the widget.
StringTextareaWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a short summary for the current widget settings.
StringTextfieldWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Plugin implementation of the 'string_textfield' widget.
StringTextfieldWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php
StringTextfieldWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Defines the default settings for this plugin.
StringTextfieldWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns the form for a single field widget.
StringTextfieldWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a form to configure settings for the widget.
StringTextfieldWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a short summary for the current widget settings.
StubConnection::nextId function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Retrieves an unique ID from a given sequence.
StubFallbackPluginManager::getFallbackPluginId function core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php Gets a fallback id for a missing plugin.
StubForm::$formId property core/modules/system/tests/src/Functional/Form/StubForm.php The form ID.

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