Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ShortcutXmlAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php
ShortcutXmlAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php The theme to install as the default for testing.
ShortcutXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php The format to use in this test.
ShortcutXmlAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php The MIME type that corresponds to $format.
ShortcutXmlBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php @group rest
ShortcutXmlBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php
ShortcutXmlBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutXmlBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The theme to install as the default for testing.
ShortcutXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The format to use in this test.
ShortcutXmlBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutXmlBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php Modules to install.
ShortcutXmlCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php @group rest
ShortcutXmlCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php
ShortcutXmlCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The authentication mechanism to use in this test.
ShortcutXmlCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The theme to install as the default for testing.
ShortcutXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The format to use in this test.
ShortcutXmlCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The MIME type that corresponds to $format.
shortcut_current_displayed_set function core/modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account.
shortcut_default_set function core/modules/shortcut/shortcut.module Returns the default shortcut set for a given user account.
shortcut_help function core/modules/shortcut/shortcut.module Implements hook_help().
shortcut_install function core/modules/shortcut/shortcut.install Implements hook_install().
shortcut_preprocess_block function core/modules/shortcut/shortcut.module Implements hook_preprocess_HOOK() for block templates.
shortcut_preprocess_page_title function core/modules/shortcut/shortcut.module Implements hook_preprocess_HOOK() for page title templates.
shortcut_renderable_links function core/modules/shortcut/shortcut.module Returns an array of shortcut links, suitable for rendering.
shortcut_schema function core/modules/shortcut/shortcut.install Implements hook_schema().
shortcut_set_assign_user function core/modules/shortcut/shortcut.module Assigns a user to a particular shortcut set.
shortcut_set_edit_access function core/modules/shortcut/shortcut.module Access callback for editing a shortcut set.
shortcut_set_switch_access function core/modules/shortcut/shortcut.module Access callback for switching the shortcut set assigned to a user account.
shortcut_set_title_exists function core/modules/shortcut/shortcut.module Check to see if a shortcut set with the given title already exists.
shortcut_set_unassign_user function core/modules/shortcut/shortcut.module Unassigns a user from any shortcut set they may have been assigned to.
shortcut_themes_installed function core/modules/shortcut/shortcut.module Implements hook_themes_installed().
shortcut_toolbar function core/modules/shortcut/shortcut.module Implements hook_toolbar().
shortcut_uninstall function core/modules/shortcut/shortcut.install Implements hook_uninstall().
show function core/includes/common.inc Shows a hidden element for later rendering.
ShowButtonsCommand class core/modules/views/src/Ajax/ShowButtonsCommand.php Provides an AJAX command for showing the save and cancel buttons.
ShowButtonsCommand.php file core/modules/views/src/Ajax/ShowButtonsCommand.php
ShowButtonsCommand::$changed property core/modules/views/src/Ajax/ShowButtonsCommand.php Whether the view has been changed.
ShowButtonsCommand::render function core/modules/views/src/Ajax/ShowButtonsCommand.php Return an array to be run through json_encode and sent to the client.
ShowButtonsCommand::__construct function core/modules/views/src/Ajax/ShowButtonsCommand.php Constructs a \Drupal\views\Ajax\ShowButtonsCommand object.
ShutdownFunctionsTest class core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Functional tests shutdown functions.
ShutdownFunctionsTest.php file core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
ShutdownFunctionsTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php The theme to install as the default for testing.
ShutdownFunctionsTest::$modules property core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Modules to enable.
ShutdownFunctionsTest::tearDown function core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
ShutdownFunctionsTest::testShutdownFunctions function core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Test shutdown functions.
sidebar.css file core/themes/bartik/css/components/sidebar.css /* ------------------ Sidebar ----------------- */

@media all and (min-width: 560px) {
.sidebar {
position: relative;
float: left; /* LTR */
width: 50%;
}
[dir="rtl"] .sidebar {
float: right;
}
.layout-one-sidebar…
SimpleAnnotationReader class core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php Simple Annotation Reader.
SimpleAnnotationReader.php file core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php This class is a near-copy of
Doctrine\Common\Annotations\SimpleAnnotationReader, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.7.
SimpleAnnotationReader::$ignoredAnnotations property core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
SimpleAnnotationReader::$parser property core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php

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