Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Search 11.x for content
  6. Other projects
Title Object type File name Summary
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::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 Tests Drupal\KernelTests\AssertContentTrait.
AssertContentTraitTest.php file core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
AssertContentTraitTest::testGetTextContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php Tests get text content.
AssetControllerBase::$contentType property core/modules/system/src/Controller/AssetControllerBase.php The asset aggregate content type to send as Content-Type header.
big-pipe-test-large-content.html.twig file core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig <div id="big-pipe-large-content">
{% for i in 0..130000 %}
boing
{% endfor %}
</div>
BigPipe::sendContent function core/modules/big_pipe/src/Render/BigPipe.php Sends an HTML response in chunks using the BigPipe technique.
BigPipeRegressionTest::doTestBigPipeLargeContent function core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Tests BigPipe large content.
BigPipeRegressionTestController::inlineScriptContent function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php A page with an inline script.
BigPipeRegressionTestController::largeContent function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php A page with large content.
BigPipeRegressionTestController::largeContentBuilder function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php Renders large content.
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
BinaryFileResponseTest::providerTestCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Data provider of file names and expected content-type values.
BinaryFileResponseTest::testCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Test the content type generated by Drupal is correct.
block--block-content--view-type--basic--full.html.twig file core/modules/block_content/tests/modules/block_content_theme_suggestions_test/templates/block--block-content--view-type--basic--full.html.twig {{ label }}

<h1>I am a block content template for a specific bundle and view mode!</h1>
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 block types.
block-content-add-list.html.twig file core/themes/stable9/templates/admin/block-content-add-list.html.twig Theme override to present a list of content 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 content block types.
block-content-add-list.html.twig file core/themes/default_admin/templates/admin/block-content-add-list.html.twig Default Admin theme implementation to display a list of custom block types.
block-content-add-list.html.twig file core/themes/admin/templates/admin/block-content-add-list.html.twig Admin theme implementation to display a list of custom block types.
block.block.admin_content.yml file core/themes/admin/config/optional/block.block.admin_content.yml core/themes/admin/config/optional/block.block.admin_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.default_admin_content.yml file core/themes/default_admin/config/optional/block.block.default_admin_content.yml core/themes/default_admin/config/optional/block.block.default_admin_content.yml
block.block.olivero_content.yml file core/themes/olivero/config/optional/block.block.olivero_content.yml core/themes/olivero/config/optional/block.block.olivero_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 content blocks.
BlockContent class core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Used for creating 'block_content' views with the wizard.
BlockContent class core/modules/block_content/src/Entity/BlockContent.php Defines the content block entity class.
BlockContent.php file core/modules/block_content/src/Plugin/Derivative/BlockContent.php
BlockContent.php file core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
BlockContent.php file core/modules/block_content/src/Entity/BlockContent.php
BlockContent::$blockContentStorage property core/modules/block_content/src/Plugin/Derivative/BlockContent.php The content 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 Provides base field definitions for an entity type.
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.
BlockContent::getDerivativeDefinitions function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Gets the definition of all derivatives of a base plugin.
BlockContent::getFilters function core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Gets the filters property.
BlockContent::getInstances function core/modules/block_content/src/Entity/BlockContent.php Gets the configured instances of this content block.
BlockContent::getTheme function core/modules/block_content/src/Entity/BlockContent.php Gets the theme value.
BlockContent::invalidateBlockPluginCache function core/modules/block_content/src/Entity/BlockContent.php Invalidates the block plugin cache after changes and deletions.
BlockContent::isReusable function core/modules/block_content/src/Entity/BlockContent.php Determines if the block is reusable or not.
BlockContent::postDelete function core/modules/block_content/src/Entity/BlockContent.php Acts on deleted entities before the delete hook is invoked.

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