Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FrameworkTest.php file core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::assertCommand function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Asserts the array of Ajax commands contains the searched command.
FrameworkTest::drupalGetAjax function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
FrameworkTest::testAJAXRender function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Verifies the Ajax rendering of a command in the settings.
FrameworkTest::testAJAXRenderError function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests the behavior of an error alert command.
FrameworkTest::testCurrentPathChange function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests AjaxResponse::prepare() AJAX commands ordering.
FrontMatter::$parsed property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The parsed source.
FrontMatter::$serializer property core/lib/Drupal/Component/FrontMatter/FrontMatter.php A serializer.
FrontMatter::$source property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The source.
FrontMatter::parse function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Parses the source.
FrontMatter::SEPARATOR constant core/lib/Drupal/Component/FrontMatter/FrontMatter.php The separator used to indicate front matter data.
FrontMatter::__construct function core/lib/Drupal/Component/FrontMatter/FrontMatter.php FrontMatter constructor.
FrontMatterParseException class core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Defines a class for front matter parsing exceptions.
FrontMatterParseException.php file core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php
FrontMatterParseException::$sourceLine property core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php The line number of where the parse error occurred.
FrontMatterParseException::getSourceLine function core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Retrieves the line number where the parse error occurred.
FrontMatterParseException::__construct function core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Constructs a new FrontMatterParseException instance.
FrontMatterTest class core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Tests front matter parsing helper methods.
FrontMatterTest class core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Tests Twig front matter support.
FrontMatterTest.php file core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php
FrontMatterTest.php file core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php
FrontMatterTest::$twig property core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Twig service.
FrontMatterTest::BROKEN_SOURCE constant core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php A broken source.
FrontMatterTest::createFrontMatterSource function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Creates a front matter source string.
FrontMatterTest::createTwigTemplate function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Creates a new temporary Twig file.
FrontMatterTest::providerFrontMatterData function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Provides the front matter data to test.
FrontMatterTest::register function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php
FrontMatterTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php
FrontMatterTest::SOURCE constant core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php A basic source string.
FrontMatterTest::testFrontMatter function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Test Twig template front matter.
FrontMatterTest::testFrontMatterBroken function core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php Tests broken front matter.
FrontMatterTest::testFrontMatterBroken function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Tests broken front matter.
FrontMatterTest::testFrontMatterData function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Tests the parsed data from front matter.
FrontMatterTest::testFrontMatterSerializerException function core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php Tests when a passed serializer doesn't implement the proper interface.
frontpage.css file core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css This file is used to style the 'Frontpage' view.
FrontPageTest class core/modules/system/tests/src/Functional/System/FrontPageTest.php Tests front page functionality and administration.
FrontPageTest class core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the default frontpage provided by views.
FrontPageTest.php file core/modules/node/tests/src/Functional/Views/FrontPageTest.php
FrontPageTest.php file core/modules/system/tests/src/Functional/System/FrontPageTest.php
FrontPageTest::$defaultTheme property core/modules/system/tests/src/Functional/System/FrontPageTest.php
FrontPageTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/FrontPageTest.php
FrontPageTest::$modules property core/modules/node/tests/src/Functional/Views/FrontPageTest.php
FrontPageTest::$modules property core/modules/system/tests/src/Functional/System/FrontPageTest.php

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