Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| forum_uri | function | core/ |
Entity URI callback used in forum_entity_bundle_info_alter(). |
| forum_views_data | function | core/ |
Implements hook_views_data(). |
| fourcol_section.css | file | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { display: flex; flex-wrap: wrap; } .layout--fourcol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em)… |
| fourcol_section.css | file | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { display: flex; flex-wrap: wrap; } .layout--fourcol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em)… |
| fourcol_section.css | file | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { display: flex; flex-wrap: wrap; } .layout--fourcol-section > .layout__region { flex: 0 1 100%; } /* Medium */ @media screen and… |
| fourcol_section.css | file | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { display: flex; flex-wrap: wrap; } .layout--fourcol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width: 40em)… |
| FrameworkTest | class | core/ |
Performs tests on AJAX framework functions. |
| FrameworkTest | class | core/ |
Tests the off-canvas dialog functionality. |
| FrameworkTest.php | file | core/ |
|
| FrameworkTest.php | file | core/ |
|
| FrameworkTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FrameworkTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FrameworkTest::$modules | property | core/ |
Modules to enable. |
| FrameworkTest::$modules | property | core/ |
Modules to enable. |
| FrameworkTest::assertCommand | function | core/ |
Asserts the array of Ajax commands contains the searched command. |
| FrameworkTest::drupalGetAjax | function | core/ |
Requests a path or URL in drupal_ajax format and JSON-decodes the response. |
| FrameworkTest::testAJAXRender | function | core/ |
Verifies the Ajax rendering of a command in the settings. |
| FrameworkTest::testAJAXRenderError | function | core/ |
Tests the behavior of an error alert command. |
| FrameworkTest::testCurrentPathChange | function | core/ |
Tests that drupalSettings.currentPath is not updated on AJAX requests. |
| FrameworkTest::testLazyLoad | function | core/ |
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request. |
| FrameworkTest::testLazyLoadOverriddenCSS | function | core/ |
Tests that overridden CSS files are not added during lazy load. |
| FrameworkTest::testOrder | function | core/ |
Tests AjaxResponse::prepare() AJAX commands ordering. |
| FrontMatter | class | core/ |
Component for parsing front matter from a source. |
| FrontMatter.php | file | core/ |
|
| FrontMatter::$parsed | property | core/ |
The parsed source. |
| FrontMatter::$serializer | property | core/ |
A serializer. |
| FrontMatter::$source | property | core/ |
The source. |
| FrontMatter::create | function | core/ |
Creates a new FrontMatter instance. |
| FrontMatter::getContent | function | core/ |
Retrieves the extracted source content. |
| FrontMatter::getData | function | core/ |
Retrieves the extracted front matter data. |
| FrontMatter::getLine | function | core/ |
Retrieves the line where the source content starts, after any data. |
| FrontMatter::parse | function | core/ |
Parses the source. |
| FrontMatter::REGEXP | constant | core/ |
The regular expression used to extract the YAML front matter content. |
| FrontMatter::SEPARATOR | constant | core/ |
The separator used to indicate front matter data. |
| FrontMatter::__construct | function | core/ |
FrontMatter constructor. |
| FrontMatterParseException | class | core/ |
Defines a class for front matter parsing exceptions. |
| FrontMatterParseException.php | file | core/ |
|
| FrontMatterParseException::$sourceLine | property | core/ |
The line number of where the parse error occurred. |
| FrontMatterParseException::getSourceLine | function | core/ |
Retrieves the line number where the parse error occurred. |
| FrontMatterParseException::__construct | function | core/ |
Constructs a new FrontMatterParseException instance. |
| FrontMatterTest | class | core/ |
Tests front matter parsing helper methods. |
| FrontMatterTest | class | core/ |
Tests Twig front matter support. |
| FrontMatterTest.php | file | core/ |
|
| FrontMatterTest.php | file | core/ |
|
| FrontMatterTest::$twig | property | core/ |
Twig service. |
| FrontMatterTest::BROKEN_SOURCE | constant | core/ |
A broken source. |
| FrontMatterTest::createFrontMatterSource | function | core/ |
Creates a front matter source string. |
| FrontMatterTest::createTwigTemplate | function | core/ |
Creates a new temporary Twig file. |
| FrontMatterTest::providerFrontMatterData | function | core/ |
Provides the front matter data to test. |
| FrontMatterTest::register | function | core/ |
Registers test-specific services. |
Pagination
- Previous page
- Page 727
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.