Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 10.3.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalTest::testRequestStack function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the testRequestStack() method.
DrupalTest::testService function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the service() method.
DrupalTest::testSetContainer function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the get/setContainer() method.
DrupalTest::testState function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the state() method.
DrupalTest::testToken function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the token() method.
DrupalTest::testTranslation function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the translation() method.
DrupalTest::testTransliteration function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the transliteration() method.
DrupalTest::testTypedDataManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the typedDataManager() method.
DrupalTest::testUrl function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the url() method.
DrupalTest::testUrlGenerator function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the urlGenerator() method.
DrupalTranslator class core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates strings using Drupal's translation system.
DrupalTranslator.php file core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::$locale property core/lib/Drupal/Core/Validation/DrupalTranslator.php The locale used for translating.
DrupalTranslator::getLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::getOptions function core/lib/Drupal/Core/Validation/DrupalTranslator.php Returns options suitable for use with TranslatableMarkup.
DrupalTranslator::processParameters function core/lib/Drupal/Core/Validation/DrupalTranslator.php Processes the parameters array for use with TranslatableMarkup.
DrupalTranslator::setLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::trans function core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates the given message.
DrupalTranslator::transChoice function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DRUPAL_ANONYMOUS_RID constant core/includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table.
drupal_attach_tabledrag function core/includes/common.inc Assists in attaching the tableDrag JavaScript behavior to a themed table.
DRUPAL_AUTHENTICATED_RID constant core/includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table.
drupal_basename function core/includes/file.inc Gets the filename from a given path.
drupal_check_incompatibility function core/includes/common.inc Checks whether a version is compatible with a given dependency.
drupal_check_module function core/includes/install.inc Checks a module's requirements.
drupal_check_profile function core/includes/install.inc Checks an installation profile's requirements.
drupal_chmod function core/includes/file.inc Sets the permissions on a file or directory.
drupal_classloader_register function core/includes/bootstrap.inc Registers an additional namespace.
drupal_clear_css_cache function core/includes/common.inc Deletes old cached CSS files.
drupal_clear_js_cache function core/includes/common.inc Deletes old cached JavaScript files and variables.
drupal_common_theme function core/includes/theme.inc Provides theme registration for themes across .inc files.
drupal_current_script_url function core/includes/install.inc Returns the URL of the current script, with modified query parameters.
drupal_detect_database_types function core/includes/install.inc Detects all supported databases that are compiled into PHP.
drupal_dirname function core/includes/file.inc Gets the name of the directory from a given path.
DRUPAL_DISABLED constant core/modules/system/system.module Disabled option on forms and settings
drupal_error_levels function core/includes/errors.inc Maps PHP error constants to watchdog severity levels.
DRUPAL_EXTENSION_NAME_MAX_LENGTH constant core/includes/bootstrap.inc The maximum number of characters in a module or theme name.
drupal_find_theme_functions function core/includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions.
drupal_find_theme_templates function core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates.
drupal_flush_all_caches function core/includes/common.inc Flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_generate_test_ua function core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest.
drupal_get_database_types function core/includes/install.inc Returns all supported database driver installer objects.
drupal_get_destination function core/includes/common.inc Prepares a 'destination' URL query parameter.
drupal_get_filename function core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
drupal_get_filetransfer_info function core/includes/common.inc Assembles the Drupal FileTransfer registry.
drupal_get_installed_schema_version function core/includes/schema.inc Returns the currently installed schema version for a module.
drupal_get_messages function core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message().
drupal_get_module_schema function core/includes/schema.inc Returns a module's schema.
drupal_get_path function core/includes/bootstrap.inc Returns the path to a system item (module, theme, etc.).
drupal_get_profile function core/includes/bootstrap.inc Gets the name of the currently active installation profile.

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