Search for format_

  1. Search 7.x for format_
  2. Search 9.5.x for format_
  3. Search 8.9.x for format_
  4. Search 11.x for format_
  5. Other projects
Title Object type File name Summary
user_filter_format_disable function core/modules/user/user.module Implements hook_filter_format_disable().
user_hooks_test_user_format_name_alter function core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module Implements hook_user_format_name_alter().
UuidFormatterTest class core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php Tests the output of a UUID field.
UuidFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php
UuidFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php Modules to install.
UuidFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php
UuidFormatterTest::testUuidStringFormatter function core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php Tests string formatter output.
ViewEditForm::$dateFormatter property core/modules/views_ui/src/ViewEditForm.php The date formatter service.
views-view-summary-unformatted.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-summary-unformatted.html.twig Theme override for unformatted summary links.
views-view-summary-unformatted.html.twig file core/themes/stable9/templates/views/views-view-summary-unformatted.html.twig Theme override for unformatted summary links.
views-view-summary-unformatted.html.twig file core/themes/claro/templates/classy/views/views-view-summary-unformatted.html.twig Theme override for unformatted summary links.
views-view-summary-unformatted.html.twig file core/themes/starterkit_theme/templates/views/views-view-summary-unformatted.html.twig Theme override for unformatted summary links.
views-view-summary-unformatted.html.twig file core/modules/views/templates/views-view-summary-unformatted.html.twig Default theme implementation for unformatted summary links.
views-view-unformatted--media-library.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/media-library/views-view-unformatted--media-library.html.twig Theme override of the media library view.
views-view-unformatted--media-library.html.twig file core/themes/claro/templates/media-library/views-view-unformatted--media-library.html.twig Theme override for the media_library display of unformatted rows.
views-view-unformatted.html.twig file core/themes/stable9/templates/views/views-view-unformatted.html.twig Theme override to display a view of unformatted rows.
views-view-unformatted.html.twig file core/themes/starterkit_theme/templates/views/views-view-unformatted.html.twig Theme override to display a view of unformatted rows.
views-view-unformatted.html.twig file core/modules/views/templates/views-view-unformatted.html.twig Default theme implementation to display a view of unformatted rows.
views.view.formatter_timestamp_as_time_diff.yml file core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml
ViewsConfigUpdater::$formatterPluginManager property core/modules/views/src/ViewsConfigUpdater.php The formatter plugin manager service.
ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the timestamp fields settings by adding time diff and tooltip.
ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes timestamp fields settings by adding time diff and tooltip.
ViewsData::$moderationInformation property core/modules/content_moderation/src/ViewsData.php The moderation information.
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() and its base information propagation.
views_post_update_timestamp_formatter function core/modules/views/views.post_update.php Update timestamp formatter settings for views.
views_test_formatter.info.yml file core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
WorkspaceInformation class core/modules/workspaces/src/WorkspaceInformation.php General service for workspace support information.
WorkspaceInformation.php file core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::$ignored property core/modules/workspaces/src/WorkspaceInformation.php An array of workspace-ignored statuses, keyed by entity type ID.
WorkspaceInformation::$supported property core/modules/workspaces/src/WorkspaceInformation.php An array of workspace-support statuses, keyed by entity type ID.
WorkspaceInformation::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformation.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformation::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformation::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformation::isEntitySupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity can belong to a workspace.
WorkspaceInformation::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformation.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformation::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformation.php Determines whether an entity type can belong to a workspace.
WorkspaceInformation::__construct function core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformationInterface interface core/modules/workspaces/src/WorkspaceInformationInterface.php Provides an interface for workspace-support information.
WorkspaceInformationInterface.php file core/modules/workspaces/src/WorkspaceInformationInterface.php
WorkspaceInformationInterface::getSupportedEntityTypes function core/modules/workspaces/src/WorkspaceInformationInterface.php Returns an array of entity types that can belong to workspaces.
WorkspaceInformationInterface::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can be deleted in the given workspace.
WorkspaceInformationInterface::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity are allowed.
WorkspaceInformationInterface::isEntitySupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity can belong to a workspace.
WorkspaceInformationInterface::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether CRUD operations for an entity type are allowed.
WorkspaceInformationInterface::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformationInterface.php Determines whether an entity type can belong to a workspace.
WorkspaceInformationTest class core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests the workspace information service.
WorkspaceInformationTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
WorkspaceInformationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php The entity type manager.
WorkspaceInformationTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Modules to install.
WorkspaceInformationTest::$state property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php The state store.

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