Search for __get

  1. Search 9.5.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
DrupalTemporaryStreamWrapper::getDirectoryPath function includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
DrupalTemporaryStreamWrapper::getExternalUrl function includes/stream_wrappers.inc Overrides getExternalUrl().
DrupalTestCase::getAssertionCall function modules/simpletest/drupal_web_test_case.php Cycles through backtrace until the first non-assertion method is found.
DrupalTestCase::getDatabaseConnection function modules/simpletest/drupal_web_test_case.php Returns the database connection to the site running Simpletest.
DrupalUpdaterInterface::getInstallDirectory function includes/updater.inc
DrupalUpdaterInterface::getProjectName function includes/updater.inc Returns the system name of the project.
DrupalWebTestCase::drupalGet function modules/simpletest/drupal_web_test_case.php Retrieves a Drupal path or an absolute path.
DrupalWebTestCase::drupalGetAJAX function modules/simpletest/drupal_web_test_case.php Retrieve a Drupal path or an absolute path and JSON decode the result.
DrupalWebTestCase::drupalGetContent function modules/simpletest/drupal_web_test_case.php Gets the current raw HTML of requested page.
DrupalWebTestCase::drupalGetHeader function modules/simpletest/drupal_web_test_case.php Gets the value of an HTTP response header. If multiple requests were
required to retrieve the page, only the headers from the last request will
be checked by default. However, if TRUE is passed as the second argument,
all requests will be processed…
DrupalWebTestCase::drupalGetHeaders function modules/simpletest/drupal_web_test_case.php Gets the HTTP response headers of the requested page. Normally we are only
interested in the headers returned by the last request. However, if a page
is redirected or HTTP authentication is in use, multiple requests will be
required to retrieve the…
DrupalWebTestCase::drupalGetMails function modules/simpletest/drupal_web_test_case.php Gets an array containing all e-mails sent during this test case.
DrupalWebTestCase::drupalGetNodeByTitle function modules/simpletest/drupal_web_test_case.php Get a node from the database based on its title.
DrupalWebTestCase::drupalGetSettings function modules/simpletest/drupal_web_test_case.php Gets the value of the Drupal.settings JavaScript variable for the currently loaded page.
DrupalWebTestCase::drupalGetTestFiles function modules/simpletest/drupal_web_test_case.php Get a list files that can be used in tests.
DrupalWebTestCase::drupalGetToken function modules/simpletest/drupal_web_test_case.php Generate a token for the currently logged in user.
DrupalWebTestCase::getAbsoluteUrl function modules/simpletest/drupal_web_test_case.php Takes a path and returns an absolute path.
DrupalWebTestCase::getAllOptions function modules/simpletest/drupal_web_test_case.php Get all option elements, including nested options, in a select.
DrupalWebTestCase::getSelectedItem function modules/simpletest/drupal_web_test_case.php Get the selected value from a select field.
DrupalWebTestCase::getSetupCacheKey function modules/simpletest/drupal_web_test_case.php Returns the cache key used for the setup caching.
DrupalWebTestCase::getUrl function modules/simpletest/drupal_web_test_case.php Get the current URL from the cURL handler.
drupal_array_get_nested_value function includes/common.inc Retrieves a value from a nested array with variable depth.
drupal_get_bootstrap_phase function includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process.
drupal_get_breadcrumb function includes/common.inc Gets the breadcrumb trail for the current page.
drupal_get_complete_schema function includes/bootstrap.inc Gets the whole database schema.
drupal_get_css function includes/common.inc Returns a themed representation of all stylesheets to attach to the page.
drupal_get_database_types function includes/install.inc Returns all supported database installer objects that are compiled into PHP.
drupal_get_destination function includes/common.inc Prepares a 'destination' URL query parameter for use with drupal_goto().
drupal_get_feeds function includes/common.inc Gets the feed URLs for the current page.
drupal_get_filename function includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
drupal_get_filetransfer_info function includes/common.inc Assembles the Drupal FileTransfer registry.
drupal_get_form function includes/form.inc Returns a renderable form array for a given form ID.
drupal_get_hash_salt function includes/bootstrap.inc Gets a salt useful for hardening against SQL injection.
drupal_get_html_head function includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
drupal_get_http_header function includes/bootstrap.inc Gets the HTTP response headers for the current page.
drupal_get_installed_schema_version function includes/install.inc Returns the currently installed schema version for a module.
drupal_get_js function includes/common.inc Returns a themed presentation of all JavaScript code for the current page.
drupal_get_library function includes/common.inc Retrieves information for a JavaScript/CSS library.
drupal_get_messages function includes/bootstrap.inc Returns all messages that have been set with drupal_set_message().
drupal_get_normal_path function includes/path.inc Given a path alias, return the internal path it represents.
drupal_get_path function includes/common.inc Returns the path to a system item (module, theme, etc.).
drupal_get_path_alias function includes/path.inc Given an internal Drupal path, return the alias set by the administrator.
drupal_get_private_key function includes/common.inc Ensures the private key variable used to generate tokens is set.
drupal_get_profile function includes/common.inc Gets the name of the currently active installation profile.
drupal_get_query_array function includes/common.inc Splits a URL-encoded query string into an array.
drupal_get_query_parameters function includes/common.inc Processes a URL query parameter array to remove unwanted elements.
drupal_get_rdf_namespaces function includes/common.inc Returns a string containing RDF namespace declarations for use in XML and
XHTML output.
drupal_get_region_content function includes/common.inc Gets assigned content for a given region.
drupal_get_schema function includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema.
drupal_get_schema_unprocessed function includes/common.inc Returns the unprocessed and unaltered version of a module's schema.

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