Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 11.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AssertContentTrait::assertOptionByText | function | core/ |
Asserts that a select option with the visible text exists. |
AssertContentTrait::assertOptionSelected | function | core/ |
Asserts that a select option in the current page is checked. |
AssertContentTrait::assertOptionSelectedWithDrupalSelector | function | core/ |
Asserts that a select option in the current page is checked. |
AssertContentTrait::assertOptionWithDrupalSelector | function | core/ |
Asserts that a select option in the current page exists. |
AssertContentTrait::assertPattern | function | core/ |
Triggers a pass if the Perl regex pattern is found in the raw content. |
AssertContentTrait::assertRaw | function | core/ |
Passes if the raw text IS found on the loaded page, fail otherwise. |
AssertContentTrait::assertText | function | core/ |
Passes if the page (with HTML stripped) contains the text. |
AssertContentTrait::assertTextHelper | function | core/ |
Helper for assertText and assertNoText. |
AssertContentTrait::assertTextPattern | function | core/ |
Asserts that a Perl regex pattern is found in the plain-text content. |
AssertContentTrait::assertThemeOutput | function | core/ |
Asserts themed output. |
AssertContentTrait::assertTitle | function | core/ |
Pass if the page title is the given string. |
AssertContentTrait::assertUniqueText | function | core/ |
Passes if the text is found ONLY ONCE on the text version of the page. |
AssertContentTrait::assertUniqueTextHelper | function | core/ |
Helper for assertUniqueText and assertNoUniqueText. |
AssertContentTrait::buildXPathQuery | function | core/ |
Builds an XPath query. |
AssertContentTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertContentTrait::cssSelect | function | core/ |
Searches elements using a CSS selector in the raw content. |
AssertContentTrait::getAllOptions | function | core/ |
Get all option elements, including nested options, in a select. |
AssertContentTrait::getDrupalSettings | function | core/ |
Gets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::getRawContent | function | core/ |
Gets the current raw content. |
AssertContentTrait::getSelectedItem | function | core/ |
Get the selected value from a select field. |
AssertContentTrait::getTextContent | function | core/ |
Retrieves the plain-text content from the current raw content. |
AssertContentTrait::parse | function | core/ |
Parse content returned from curlExec using DOM and SimpleXML. |
AssertContentTrait::removeWhiteSpace | function | core/ |
Removes all white-space between HTML tags from the raw content. |
AssertContentTrait::setDrupalSettings | function | core/ |
Sets the value of drupalSettings for the currently-loaded page. |
AssertContentTrait::setRawContent | function | core/ |
Sets the raw content (e.g. HTML). |
AssertContentTrait::xpath | function | core/ |
Performs an xpath search on the contents of the internal browser. |
AssertContentTraitTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\AssertContentTrait @group Test |
AssertContentTraitTest.php | file | core/ |
|
AssertContentTraitTest::testGetTextContent | function | core/ |
@covers ::getTextContent |
AssetControllerBase::$contentType | property | core/ |
The asset aggregate content type to send as Content-Type header. |
big-pipe-test-large-content.html.twig | file | core/ |
<div id="big-pipe-large-content"> {% for i in 0..130000 %} boing {% endfor %} </div> |
BigPipe::sendContent | function | core/ |
Sends an HTML response in chunks using the BigPipe technique. |
BigPipeRegressionTest::doTestBigPipeLargeContent | function | core/ |
Tests BigPipe large content. |
BigPipeRegressionTestController::largeContent | function | core/ |
A page with large content. |
BigPipeRegressionTestController::largeContentBuilder | function | core/ |
Renders large content. |
BigPipeResponse::sendContent | function | core/ |
|
BigPipeTestSubscriber::CONTENT_TRIGGER_EXCEPTION | constant | core/ |
|
BinaryFileResponseTest::providerTestCalculatedContentType | function | core/ |
Data provider of file names and expected content-type values. |
BinaryFileResponseTest::testCalculatedContentType | function | core/ |
Test the content type generated by Drupal is correct. |
block-content-add-list.html.twig | file | core/ |
Default theme implementation to present a list of block types. |
block-content-add-list.html.twig | file | core/ |
Claro's theme implementation to display a list of content block types. |
block-content-add-list.html.twig | file | core/ |
Theme override to present a list of content block types. |
block.block.claro_content.yml | file | core/ |
core/themes/claro/config/optional/block.block.claro_content.yml |
block.block.olivero_content.yml | file | core/ |
core/themes/olivero/config/optional/block.block.olivero_content.yml |
block.block.umami_content.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_content.yml |
BlockContent | class | core/ |
Defines the content block entity class. |
BlockContent | class | core/ |
Used for creating 'block_content' views with the wizard. |
BlockContent | class | core/ |
Retrieves block plugin definitions for all content blocks. |
BlockContent.php | file | core/ |
|
BlockContent.php | file | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.