Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
CookieResourceTestTrait::getAuthenticationRequestOptions function core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php
CookieResourceTestTrait::initAuthentication function core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php
CookiesCacheContext class core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php Defines the CookiesCacheContext service, for "per cookie" caching.
CookiesCacheContext.php file core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php
CookiesCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php Gets cacheability metadata for the context based on the parameter value.
CookiesCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php Returns the string representation of the cache context.
CookiesCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php Returns the label of the cache context.
CopyFieldValueTest class core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value functionality.
CopyFieldValueTest.php file core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php
CopyFieldValueTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php The theme to install as the default for testing.
CopyFieldValueTest::$modules property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Modules to install.
CopyFieldValueTest::testCopyFieldValue function core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value JavaScript functionality.
CopyFieldValueTestForm class core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Provides a form to test Drupal.behaviors.copyFieldValue.
CopyFieldValueTestForm.php file core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php
CopyFieldValueTestForm::buildForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form constructor.
CopyFieldValueTestForm::getFormId function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Returns a unique string identifying the form.
CopyFieldValueTestForm::submitForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form submission handler.
copyright.md file core/tests/Drupal/Tests/Component/Annotation/Doctrine/copyright.md All files within this directory where copied from the Doctrine project: http://www.doctrine-project.org
They were copied from version 1.2.7.
COPYRIGHT.txt file core/COPYRIGHT.txt All Drupal code is Copyright 2001 - present by the original authors.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either…
CopyTest class core/modules/file/tests/src/Kernel/CopyTest.php Tests the file copy function.
CopyTest.php file core/modules/file/tests/src/Kernel/CopyTest.php
CopyTest::$fileRepository property core/modules/file/tests/src/Kernel/CopyTest.php The file repository service under test.
CopyTest::setUp function core/modules/file/tests/src/Kernel/CopyTest.php
CopyTest::testEntityStorageException function core/modules/file/tests/src/Kernel/CopyTest.php Tests for entity storage exception.
CopyTest::testExistingError function core/modules/file/tests/src/Kernel/CopyTest.php Tests that copying over an existing file fails when instructed to do so.
CopyTest::testExistingRename function core/modules/file/tests/src/Kernel/CopyTest.php Tests renaming when copying over a file that already exists.
CopyTest::testExistingReplace function core/modules/file/tests/src/Kernel/CopyTest.php Tests replacement when copying over a file that already exists.
CopyTest::testInvalidStreamWrapper function core/modules/file/tests/src/Kernel/CopyTest.php Tests for an invalid stream wrapper.
CopyTest::testNormal function core/modules/file/tests/src/Kernel/CopyTest.php Tests file copying in the normal, base case.
core.api.php file core/core.api.php Documentation landing page and topics, plus core library hooks.
core.appearance.html.twig file core/modules/help/help_topics/core.appearance.html.twig ---
label: 'Changing the appearance of your site'
top_level: true
related:
- core.content_structure
---
{% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
<h2>{% trans %}What is a…
core.base_field_override.node.article.promote.yml file core/tests/fixtures/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml core/tests/fixtures/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml core/recipes/article_content_type/config/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/profiles/standard/config/install/core.base_field_override.node.article.promote.yml core/profiles/standard/config/install/core.base_field_override.node.article.promote.yml
core.base_field_override.node.article.promote.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.article.promote.yml core/profiles/demo_umami/config/install/core.base_field_override.node.article.promote.yml
core.base_field_override.node.recipe.promote.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.promote.yml core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.promote.yml
core.base_field_override.node.recipe.title.yml file core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.title.yml core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.title.yml
core.config_overview.html.twig file core/modules/help/help_topics/core.config_overview.html.twig ---
label: 'Managing and deploying configuration'
top_level: true
related:
- config.export_full
- config.import_full
- config.export_single
- config.import_single
---
<h2>{% trans %}What is the configuration system?{% endtrans…
core.content_structure.html.twig file core/modules/help/help_topics/core.content_structure.html.twig ---
label: 'Managing content structure'
top_level: true
---
{% set help_link_text %}{% trans %}Help{% endtrans %}{% endset %}
{% set help_link = render_var(help_route_link(help_link_text, 'help.main')) %}
<h2>{% trans %}What…
core.cron.html.twig file core/modules/help/help_topics/core.cron.html.twig ---
label: 'Running and configuring cron'
related:
- core.maintenance
---
{% set cron_link_text %}{% trans %}Cron{% endtrans %}{% endset %}
{% set cron_link = render_var(help_route_link(cron_link_text, 'system.cron_settings'))…
core.css file core/assets/vendor/jquery.ui/themes/base/core.css /*!
* jQuery UI CSS Framework 1.14.2
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/category/theming/
*/

/* Layout…
core.data_types.schema.yml file core/config/schema/core.data_types.schema.yml core/config/schema/core.data_types.schema.yml
core.date_format.fallback.yml file core/tests/fixtures/config_install/testing_config_install/core.date_format.fallback.yml core/tests/fixtures/config_install/testing_config_install/core.date_format.fallback.yml
core.date_format.fallback.yml file core/tests/fixtures/config_install/multilingual/language/es/core.date_format.fallback.yml core/tests/fixtures/config_install/multilingual/language/es/core.date_format.fallback.yml
core.date_format.fallback.yml file core/tests/fixtures/config_install/multilingual/core.date_format.fallback.yml core/tests/fixtures/config_install/multilingual/core.date_format.fallback.yml
core.date_format.fallback.yml file core/modules/system/config/install/core.date_format.fallback.yml core/modules/system/config/install/core.date_format.fallback.yml
core.date_format.fancy.yml file core/modules/system/tests/themes/test_base_theme/config/install/core.date_format.fancy.yml core/modules/system/tests/themes/test_base_theme/config/install/core.date_format.fancy.yml
core.date_format.html_date.yml file core/modules/system/config/install/core.date_format.html_date.yml core/modules/system/config/install/core.date_format.html_date.yml
core.date_format.html_date.yml file core/tests/fixtures/config_install/testing_config_install/core.date_format.html_date.yml core/tests/fixtures/config_install/testing_config_install/core.date_format.html_date.yml
core.date_format.html_date.yml file core/tests/fixtures/config_install/multilingual/language/es/core.date_format.html_date.yml core/tests/fixtures/config_install/multilingual/language/es/core.date_format.html_date.yml

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