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
QuickEditMinimalTest::$modules property core/modules/quickedit/tests/src/Functional/QuickEditMinimalTest.php Modules to enable.
QuickEditMinimalTest::$profile property core/modules/quickedit/tests/src/Functional/QuickEditMinimalTest.php The profile to install as a basis for testing.
QuickEditMinimalTest::testSuccessfulInstall function core/modules/quickedit/tests/src/Functional/QuickEditMinimalTest.php Tests that Quick Edit works with no admin theme.
QuickEditTestBase class core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php Base class for testing Quick Edit functionality.
QuickEditTestBase.php file core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
QuickEditTestBase::$fields property core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php Bag of created fields.
QuickEditTestBase::$modules property core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php Modules to enable.
QuickEditTestBase::createFieldWithStorage function core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php Creates a field.
QuickEditTestBase::setUp function core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php Sets the default field storage backend for fields created during tests.
quickedit_page_attachments function core/modules/quickedit/quickedit.module Implements hook_page_attachments().
quickedit_preprocess_field function core/modules/quickedit/quickedit.module Implements hook_preprocess_HOOK() for field templates.
quickedit_preprocess_page_title function core/modules/quickedit/quickedit.module Implements hook_preprocess_HOOK() for the page title template.
quickedit_test.info.yml file core/modules/quickedit/tests/modules/quickedit_test.info.yml core/modules/quickedit/tests/modules/quickedit_test.info.yml
quickedit_test.module file core/modules/quickedit/tests/modules/quickedit_test.module Helper module for the Quick Edit tests.
quickedit_test_field_formatter_info_alter function core/modules/quickedit/tests/modules/quickedit_test.module Implements hook_field_formatter_info_alter().
quickedit_test_quickedit_render_field function core/modules/quickedit/tests/modules/quickedit_test.module Implements hook_quickedit_render_field().
quicklinks.css file core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css This file is used to style the Quick Links block.
QuickStartCommand class core/lib/Drupal/Core/Command/QuickStartCommand.php Installs a Drupal site and starts a webserver for local testing/development.
QuickStartCommand.php file core/lib/Drupal/Core/Command/QuickStartCommand.php
QuickStartCommand::configure function core/lib/Drupal/Core/Command/QuickStartCommand.php
QuickStartCommand::execute function core/lib/Drupal/Core/Command/QuickStartCommand.php
QuickStartTest class core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the quick-start commands.
QuickStartTest.php file core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
QuickStartTest::$php property core/tests/Drupal/Tests/Core/Command/QuickStartTest.php The PHP executable path.
QuickStartTest::$root property core/tests/Drupal/Tests/Core/Command/QuickStartTest.php The Drupal root directory.
QuickStartTest::$testDb property core/tests/Drupal/Tests/Core/Command/QuickStartTest.php A test database object.
QuickStartTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Deletes all files and directories in the specified path recursively.
QuickStartTest::setUp function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
QuickStartTest::tearDown function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
QuickStartTest::testPhpRequirement function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests that the installer throws a requirement error on older PHP versions.
QuickStartTest::testQuickStartCommand function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the quick-start command.
QuickStartTest::testQuickStartCommandProfileValidation function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the install command with an invalid profile.
QuickStartTest::testQuickStartInstallAndServerCommands function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the quick-start commands.
QuickStartTest::testServerWithNoInstall function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the server command when there is no installation.
QuickStartTestBase class core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Helper methods for using the quickstart feature of Drupal.
QuickStartTestBase.php file core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php
QuickStartTestBase::$adminPassword property core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Password of the admin account generated during install.
QuickStartTestBase::$adminUsername property core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php User name of the admin account generated during install.
QuickStartTestBase::formLogin function core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Helper that uses Drupal's user/login form to log in.
QuickStartTestBase::installQuickStart function core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Install a Drupal site using the quick start feature.
quotes.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/quotes.css /* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */
q[example="public class foo\
{\
private int x;\
\
foo(int x) {\
this.x = x;\
}\
\
}"] { color: red }

/* A pseudo selector with essential whitespace…
quotes.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/quotes.css.optimized.css q[example="public class foo\
{\
private int x;\
\
foo(int x) {\
this.x = x;\
}\
\
}"]{color:red}q[style*="quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon…
Radios class core/lib/Drupal/Core/Render/Element/Radios.php Provides a form element for a set of radio buttons.
radios.html.twig file core/modules/system/templates/radios.html.twig Default theme implementation for a 'radios' #type form element.
radios.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/form/radios.html.twig Theme override for a 'radios' #type form element.
radios.html.twig file core/themes/stable/templates/form/radios.html.twig Theme override for a 'radios' #type form element.
radios.html.twig file core/themes/classy/templates/form/radios.html.twig Theme override for a 'radios' #type form element.
radios.html.twig file core/themes/claro/templates/form/radios.html.twig Theme override for a 'radios' #type form element.
radios.html.twig file core/themes/bartik/templates/classy/form/radios.html.twig Theme override for a 'radios' #type form element.
radios.html.twig file core/themes/seven/templates/classy/form/radios.html.twig Theme override for a 'radios' #type form element.

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