Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
AssertContentTrait::assertPattern function core/tests/Drupal/KernelTests/AssertContentTrait.php Triggers a pass if the Perl regex pattern is found in the raw content.
AssertContentTrait::assertRaw function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if the raw text IS found on the loaded page, fail otherwise.
AssertContentTrait::assertText function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if the page (with HTML stripped) contains the text.
AssertContentTrait::assertTextHelper function core/tests/Drupal/KernelTests/AssertContentTrait.php Helper for assertText and assertNoText.
AssertContentTrait::assertTextPattern function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a Perl regex pattern is found in the plain-text content.
AssertContentTrait::assertThemeOutput function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts themed output.
AssertContentTrait::assertTitle function core/tests/Drupal/KernelTests/AssertContentTrait.php Pass if the page title is the given string.
AssertContentTrait::assertUniqueText function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if the text is found ONLY ONCE on the text version of the page.
AssertContentTrait::assertUniqueTextHelper function core/tests/Drupal/KernelTests/AssertContentTrait.php Helper for assertUniqueText and assertNoUniqueText.
AssertContentTrait::buildXPathQuery function core/tests/Drupal/KernelTests/AssertContentTrait.php Builds an XPath query.
AssertContentTrait::constructFieldXpath function core/tests/Drupal/KernelTests/AssertContentTrait.php Helper: Constructs an XPath for the given set of attributes and value.
AssertContentTrait::cssSelect function core/tests/Drupal/KernelTests/AssertContentTrait.php Searches elements using a CSS selector in the raw content.
AssertContentTrait::getAllOptions function core/tests/Drupal/KernelTests/AssertContentTrait.php Get all option elements, including nested options, in a select.
AssertContentTrait::getDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Gets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::getRawContent function core/tests/Drupal/KernelTests/AssertContentTrait.php Gets the current raw content.
AssertContentTrait::getSelectedItem function core/tests/Drupal/KernelTests/AssertContentTrait.php Get the selected value from a select field.
AssertContentTrait::getTextContent function core/tests/Drupal/KernelTests/AssertContentTrait.php Retrieves the plain-text content from the current raw content.
AssertContentTrait::getUrl function core/tests/Drupal/KernelTests/AssertContentTrait.php Get the current URL from the cURL handler.
AssertContentTrait::parse function core/tests/Drupal/KernelTests/AssertContentTrait.php Parse content returned from curlExec using DOM and SimpleXML.
AssertContentTrait::removeWhiteSpace function core/tests/Drupal/KernelTests/AssertContentTrait.php Removes all white-space between HTML tags from the raw content.
AssertContentTrait::setDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::setRawContent function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the raw content (e.g. HTML).
AssertContentTrait::xpath function core/tests/Drupal/KernelTests/AssertContentTrait.php Performs an xpath search on the contents of the internal browser.
AssertContentTraitTest class core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php @coversDefaultClass \Drupal\KernelTests\AssertContentTrait
@group Test
AssertContentTraitTest.php file core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
AssertContentTraitTest::testGetTextContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php @covers ::getTextContent
AssertLegacyTrait::getRawContent function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Gets the current raw content.
BigPipe::sendContent function core/modules/big_pipe/src/Render/BigPipe.php Sends an HTML response in chunks using the BigPipe technique.
BigPipeResponse::sendContent function core/modules/big_pipe/src/Render/BigPipeResponse.php
BigPipeTestSubscriber::CONTENT_TRIGGER_EXCEPTION constant core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php
block-content-add-list.html.twig file core/modules/block_content/templates/block-content-add-list.html.twig Default theme implementation to present a list of custom block types.
block-content-add-list.html.twig file core/themes/claro/templates/block-content-add-list.html.twig Claro's theme implementation to display a list of custom block types.
block-content-add-list.html.twig file core/themes/seven/templates/block-content-add-list.html.twig Seven's theme implementation to display a list of custom block types.
block-content-add-list.html.twig file core/themes/stable/templates/admin/block-content-add-list.html.twig Theme override to present a list of custom block types.
block.block.bartik_content.yml file core/profiles/standard/config/install/block.block.bartik_content.yml core/profiles/standard/config/install/block.block.bartik_content.yml
block.block.claro_content.yml file core/themes/claro/config/optional/block.block.claro_content.yml core/themes/claro/config/optional/block.block.claro_content.yml
block.block.seven_content.yml file core/profiles/standard/config/install/block.block.seven_content.yml core/profiles/standard/config/install/block.block.seven_content.yml
block.block.seven_content.yml file core/profiles/demo_umami/config/install/block.block.seven_content.yml core/profiles/demo_umami/config/install/block.block.seven_content.yml
block.block.umami_content.yml file core/profiles/demo_umami/config/install/block.block.umami_content.yml core/profiles/demo_umami/config/install/block.block.umami_content.yml
BlockContent class core/modules/block_content/src/Plugin/Derivative/BlockContent.php Retrieves block plugin definitions for all custom blocks.
BlockContent class core/modules/block_content/src/Entity/BlockContent.php Defines the custom block entity class.
BlockContent class core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Used for creating 'block_content' views with the wizard.
BlockContent.php file core/modules/block_content/src/Plugin/Derivative/BlockContent.php
BlockContent.php file core/modules/block_content/src/Entity/BlockContent.php
BlockContent.php file core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
BlockContent::$blockContentStorage property core/modules/block_content/src/Plugin/Derivative/BlockContent.php The custom block storage.
BlockContent::$theme property core/modules/block_content/src/Entity/BlockContent.php The theme the block is being created in.
BlockContent::baseFieldDefinitions function core/modules/block_content/src/Entity/BlockContent.php
BlockContent::create function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Creates a new class instance.
BlockContent::createDuplicate function core/modules/block_content/src/Entity/BlockContent.php Creates a duplicate of the entity.

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