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. Other projects
Title Object type File name Summary
field.storage.block_content.field_title.yml file core/profiles/demo_umami/config/install/field.storage.block_content.field_title.yml core/profiles/demo_umami/config/install/field.storage.block_content.field_title.yml
FieldWebTest::parseContent function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Parse a content and return the html element.
FieldWebTest::xpathContent function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Performs an xpath search on a certain content.
FileFieldRSSContentTest class core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php Ensure that files added to nodes appear correctly in RSS feeds.
FileFieldRSSContentTest.php file core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php
FileFieldRSSContentTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php The theme to install as the default for testing.
FileFieldRSSContentTest::$modules property core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php Modules to install.
FileFieldRSSContentTest::testFileFieldRSSContent function core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php Tests RSS enclosure formatter display for RSS feeds.
file_get_content_headers function core/modules/file/file.module Examines a file entity and returns appropriate content headers for download.
FilterEntityReferenceTest::testViewContentDependencies function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that content dependencies are added to the view.
FilterKernelTest::testUrlFilterContent function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests URL filter on longer content.
FilterTest::waitForOnlyContentRows function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for only content rows to be visible.
FinalMissingContentSubscriber class core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Final event subscriber to the missing content event.
FinalMissingContentSubscriber.php file core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::onMissingContent function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Handles the missing content event.
FormController::getContentResult function core/lib/Drupal/Core/Controller/FormController.php Invokes the form and returns the result.
FormHooks::formMenuLinkContentFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
FormHooks::formMenuLinkContentFormAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
FrontMatter::getContent function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Retrieves the extracted source content.
GenerateAutoloadReferenceFile::autoLoadContents function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Builds the contents of the autoload file.
Helper::isContentForm function core/themes/admin/src/Helper.php Check if we´re on a content edit form.
Helper::isContentForm function core/themes/default_admin/src/Helper.php Check if we´re on a content edit form.
hook_admin_content_form_ignore_form_ids function core/themes/admin/admin.api.php Register form IDs that should not use the content form.
hook_admin_content_form_routes function core/themes/admin/admin.api.php Register routes to apply admin’s content edit form layout.
hook_admin_content_form_routes_alter function core/themes/admin/admin.api.php Alter the registered routes to enable or disable admin’s edit form layout.
hook_default_admin_content_form_ignore_form_ids function core/themes/default_admin/default_admin.api.php Register form IDs that should not use the content form.
hook_default_admin_content_form_routes function core/themes/default_admin/default_admin.api.php Register routes to apply admin’s content edit form layout.
hook_default_admin_content_form_routes_alter function core/themes/default_admin/default_admin.api.php Alter the registered routes to enable or disable admin’s edit form layout.
hook_navigation_content_top function core/modules/navigation/navigation.api.php Provide content for Navigation content_top section.
hook_navigation_content_top_alter function core/modules/navigation/navigation.api.php Alter replacement values for placeholder tokens.
HtaccessTest::testSvgzContentEncoding function core/modules/system/tests/src/Functional/System/HtaccessTest.php Tests that SVGZ files are served with Content-Encoding: gzip.
HtmlResponse::setContent function core/lib/Drupal/Core/Render/HtmlResponse.php Sets the response content.
Htmx::onlyMainContent function core/lib/Drupal/Core/Htmx/Htmx.php Decides when to use the `drupal_htmx` wrapper format for Htmx requests.
HtmxContentViewSubscriber class core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php View subscriber rendering main content from `_htmx_route` option routes.
HtmxContentViewSubscriber.php file core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php
HtmxContentViewSubscriber::getHtmxRenderer function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php Gets the HtmxRenderer service.
HtmxContentViewSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php
HtmxContentViewSubscriber::renderHtmxResponse function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php Sets a minimal response render array on an `_htmx_route` route.
HtmxContentViewSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/HtmxContentViewSubscriber.php
HtmxRendererTest::assertHtmxResponseContent function core/tests/Drupal/KernelTests/Core/Htmx/HtmxRendererTest.php Verify expected response from HtmxRenderer.
htmx_content_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\HtmxContentViewSubscriber
http_middleware.alter_content_middleware service core/modules/system/tests/modules/http_middleware_test/http_middleware_test.services.yml Drupal\http_middleware_test\StackMiddleware\AlterContentMiddleware
http_middleware.content_length service core/core.services.yml Drupal\Core\StackMiddleware\ContentLength
IconFinder::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Wrapper to the file_get_contents function.
IconFinderInterface::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Wrapper to the file_get_contents function.
IconFinderTest::providerGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFileContents().
IconFinderTest::testGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileContents method.
Importer::importContent function core/lib/Drupal/Core/DefaultContent/Importer.php Imports content entities from disk.
InlineBlock::$blockContent property core/modules/layout_builder/src/Plugin/Block/InlineBlock.php The block content entity.

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