Search for content
- Search 7.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Search 11.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::getUrl | function | core/ |
Get the current URL from the cURL handler. |
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 |
AssertLegacyTrait::getRawContent | function | core/ |
Gets the current raw content. |
BigPipe::sendContent | function | core/ |
Sends an HTML response in chunks using the BigPipe technique. |
BigPipeResponse::sendContent | function | core/ |
|
BigPipeTestSubscriber::CONTENT_TRIGGER_EXCEPTION | constant | core/ |
|
block-content-add-list.html.twig | file | core/ |
Default theme implementation to present a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Theme override to present a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Claro's theme implementation to display a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Seven's theme implementation to display a list of custom block types. |
block-content-add-list.html.twig | file | core/ |
Theme override to present a list of custom block types. |
block.block.bartik_content.yml | file | core/ |
core/profiles/standard/config/optional/block.block.bartik_content.yml |
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.olivero_content.yml | file | core/ |
core/modules/system/tests/modules/olivero_test/config/optional/block.block.olivero_content.yml |
block.block.seven_content.yml | file | core/ |
core/profiles/standard/config/optional/block.block.seven_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 custom block entity class. |
BlockContent | class | core/ |
Retrieves block plugin definitions for all custom blocks. |
BlockContent | class | core/ |
Used for creating 'block_content' views with the wizard. |
BlockContent.php | file | core/ |
|
BlockContent.php | file | core/ |
|
BlockContent.php | file | core/ |
|
BlockContent::$blockContentStorage | property | core/ |
The custom block storage. |
BlockContent::$theme | property | core/ |
The theme the block is being created in. |
BlockContent::baseFieldDefinitions | function | core/ |
|
BlockContent::create | function | core/ |
Creates a new class instance. |
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.