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
BlockContentJsonCookieTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonCookieTest.php The format to use in this test.
BlockContentTypeJsonAnonTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonAnonTest.php The format to use in this test.
BlockContentTypeJsonBasicAuthTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php The format to use in this test.
BlockContentTypeJsonCookieTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonCookieTest.php The format to use in this test.
BlockContentTypeXmlAnonTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlAnonTest.php The format to use in this test.
BlockContentTypeXmlBasicAuthTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php The format to use in this test.
BlockContentTypeXmlCookieTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlCookieTest.php The format to use in this test.
BlockContentXmlAnonTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php The format to use in this test.
BlockContentXmlBasicAuthTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php The format to use in this test.
BlockContentXmlCookieTest::$format property core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php The format to use in this test.
BlockJsonAnonTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php The format to use in this test.
BlockJsonBasicAuthTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php The format to use in this test.
BlockJsonCookieTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php The format to use in this test.
BlockXmlAnonTest::$format property core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php The format to use in this test.
BlockXmlBasicAuthTest::$format property core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php The format to use in this test.
BlockXmlCookieTest::$format property core/modules/block/tests/src/Functional/Rest/BlockXmlCookieTest.php The format to use in this test.
Boolean::$formats property core/modules/views/src/Plugin/views/field/Boolean.php The allowed formats.
BooleanFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Plugin implementation of the 'boolean' formatter.
BooleanFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php
BooleanFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Defines the default settings for this plugin.
BooleanFormatter::getOutputFormats function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Gets the available format options.
BooleanFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a form to configure settings for the formatter.
BooleanFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a short summary for the current formatter settings.
BooleanFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Builds a renderable array for a field value.
BooleanFormatterSettingsTest class core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Modules to enable.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Modules to enable.
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.
BooleanFormatterTest class core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Tests the boolean formatter.
BooleanFormatterTest.php file core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$display property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$entityType property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$modules property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Modules to enable.
BooleanFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Renders fields of a given entity with a given display.
BooleanFormatterTest::setUp function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::testBooleanFormatter function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Tests boolean formatter output.

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