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 10.3.x for format
  5. Other projects
Title Object type File name Summary
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.
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_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
ViewXmlAnonTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php The format to use in this test.
ViewXmlBasicAuthTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php The format to use in this test.
ViewXmlCookieTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php The format to use in this test.
VocabularyJsonAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php The format to use in this test.
VocabularyJsonBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php The format to use in this test.
VocabularyJsonCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php The format to use in this test.
VocabularyXmlAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php The format to use in this test.
VocabularyXmlBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php The format to use in this test.
VocabularyXmlCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php The format to use in this test.
WeekDate::$argFormat property core/modules/datetime/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WeekDate::$argFormat property core/modules/views/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WorkflowJsonAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php The format to use in this test.
WorkflowJsonBasicAuthTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The format to use in this test.
WorkflowJsonCookieTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php The format to use in this test.
WorkflowXmlAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php The format to use in this test.
WorkflowXmlBasicAuthTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php The format to use in this test.
WorkflowXmlCookieTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php The format to use in this test.
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
WorkspaceInformation::isEntityDeletable function core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntityIgnored function core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntitySupported function core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntityTypeIgnored function core/modules/workspaces/src/WorkspaceInformation.php
WorkspaceInformation::isEntityTypeSupported function core/modules/workspaces/src/WorkspaceInformation.php
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.
WorkspaceInformationTest::$workspaceInformation property core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php The workspace information service.
WorkspaceInformationTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
WorkspaceInformationTest::testCustomSupportEntityTypes function core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php Tests an entity type with a custom workspace handler.

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