Search for drupal_
- Search 7.x for drupal_
- Search 9.5.x for drupal_
- Search 10.3.x for drupal_
- Search 11.x for drupal_
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| drupal_static_reset | function | core/ | Resets one or all centrally stored static variable(s). | 
| drupal_system_cross_profile_test.info.yml | file | core/ | core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml | 
| drupal_system_listing_compatible_test.info.yml | file | core/ | core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml | 
| drupal_system_listing_compatible_test.info.yml | file | core/ | core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml | 
| drupal_tempnam | function | core/ | Creates a file with a unique filename in the specified directory. | 
| drupal_theme_rebuild | function | core/ | Forces the system to rebuild the theme registry. | 
| drupal_uninstall_schema | function | core/ | Removes all tables defined in a module's hook_schema(). | 
| drupal_unlink | function | core/ | Deletes a file. | 
| DRUPAL_USER_TIMEZONE_DEFAULT | constant | core/ | New users will be set to the default time zone at registration. | 
| DRUPAL_USER_TIMEZONE_EMPTY | constant | core/ | New users will get an empty time zone at registration. | 
| DRUPAL_USER_TIMEZONE_SELECT | constant | core/ | New users will select their own timezone at registration. | 
| drupal_validate_utf8 | function | core/ | Checks whether a string is valid UTF-8. | 
| drupal_valid_test_ua | function | core/ | Returns the test prefix if this is an internal request from SimpleTest. | 
| drupal_verify_install_file | function | core/ | Verifies the state of the specified file. | 
| drupal_verify_profile | function | core/ | Verifies that all dependencies are met for a given installation profile. | 
| drupal_xml_parser_create | function | core/ | Prepares a new XML parser. | 
| ExtensionMimeTypeGuesser::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| field.migrate_drupal.yml | file | core/ | core/modules/field/migrations/state/field.migrate_drupal.yml | 
| FieldDiscoveryInterface::DRUPAL_6 | constant | core/ | |
| FieldDiscoveryInterface::DRUPAL_7 | constant | core/ | |
| FieldUninstallValidator::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| file.migrate_drupal.yml | file | core/ | core/modules/file/migrations/state/file.migrate_drupal.yml | 
| FileSystemDeprecationTest::testDeprecatedDrupalBasename | function | core/ | @expectedDeprecation drupal_basename() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::basename(). See https://www.drupal.org/node/2418133. | 
| FileSystemDeprecationTest::testDeprecatedDrupalChmod | function | core/ | @expectedDeprecation drupal_chmod() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::chmod(). See https://www.drupal.org/node/2418133. | 
| FileSystemDeprecationTest::testDeprecatedDrupalDirname | function | core/ | @expectedDeprecation drupal_dirname() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::dirname(). See https://www.drupal.org/node/2418133. | 
| FileSystemDeprecationTest::testDeprecatedDrupalMkdir | function | core/ | @expectedDeprecation drupal_mkdir() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::mkdir(). See https://www.drupal.org/node/2418133. | 
| FileSystemDeprecationTest::testDeprecatedDrupalRmdir | function | core/ | @expectedDeprecation drupal_rmdir() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::rmdir(). See https://www.drupal.org/node/2418133. | 
| FileSystemDeprecationTest::testDeprecatedDrupalTempnam | function | core/ | @expectedDeprecation tempnam() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::tempnam(). See https://www.drupal.org/node/2418133. | 
| filter.migrate_drupal.yml | file | core/ | core/modules/filter/migrations/state/filter.migrate_drupal.yml | 
| FilterUninstallValidator::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| Fixtures::drupalCoreComposerFixture | function | core/ | Generate a suitable DrupalCoreComposer fixture for testing. | 
| FormElementsRenderTest::testDrupalRenderFormElements | function | core/ | Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm(). | 
| FormSubmitter::drupalInstallationAttempted | function | core/ | Wraps drupal_installation_attempted(). | 
| forum.migrate_drupal.yml | file | core/ | core/modules/forum/migrations/state/forum.migrate_drupal.yml | 
| ForumUninstallValidator::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| FrameworkTest::drupalGetAjax | function | core/ | Requests a path or URL in drupal_ajax format and JSON-decodes the response. | 
| FrontPageTest::testDrupalFrontPage | function | core/ | Test front page functionality. | 
| FunctionsTest::testDrupalPreRenderLinks | function | core/ | Test the use of Link::preRenderLinks() on a nested array of links. | 
| FunctionsTest::testDrupalPreRenderLinksLegacy | function | core/ | Test the use of drupal_pre_render_links() on a nested array of links. | 
| GetFilenameTest::testDrupalGetFilename | function | core/ | Tests that drupal_get_filename() works when the file is not in database. | 
| Handler::POST_DRUPAL_SCAFFOLD_CMD | constant | composer/ | Composer hook called after scaffolding completes. | 
| Handler::PRE_DRUPAL_SCAFFOLD_CMD | constant | composer/ | Composer hook called before scaffolding begins. | 
| HtmlToTextTest::testDrupalHtmlToTextArgs | function | core/ | Tests allowing tags in \Drupal\Core\Mail\MailFormatHelper::htmlToText(). | 
| HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline | function | core/ | Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version. | 
| HtmlToTextTest::testDrupalHtmltoTextCollapsesWhitespace | function | core/ | Test that whitespace is collapsed. | 
| HtmlToTextTest::testDrupalHtmlToTextParagraphs | function | core/ | Test that combinations of paragraph breaks, line breaks, linefeeds, and spaces are properly handled. | 
| image.migrate_drupal.yml | file | core/ | core/modules/image/migrations/state/image.migrate_drupal.yml | 
| InstallCommand::isDrupalInstalled | function | core/ | Returns whether there is already an existing Drupal installation. | 
| InstallerLegacyTest::testDrupalInstallationAttempted | function | core/ | Tests drupal_installation_attempted(). | 
| JavascriptGetDrupalSettingsTest | class | core/ | Tests Drupal settings retrieval in JavascriptTestBase tests. | 
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
