PictureFormatter::settingsSummary |
function |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php |
Returns a short summary for the current formatter settings. |
TestFieldPrepareViewFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Contains \Drupal\field_test\Plugin\field\formatter\TestFieldPrepareViewFormatter. |
filter_test_filter_format_disable |
function |
drupal/core/modules/filter/tests/filter_test/filter_test.module |
Implements hook_filter_format_disable(). |
DateFormatDeleteForm::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Constructs a DateFormatDeleteForm object. |
DateFormatDeleteForm::getQuestion |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Returns the question to ask the user. |
SerializationTestEncoder::$format |
property |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php |
The format that this Encoder supports. |
EntityReferenceLabelFormatter.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php |
Contains \Drupal\entity_reference\Plugin\field\formatter\EntityReferenceLabelFormatter. |
Twig_Extension_Core::$dateFormats |
property |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
|
DrupalDiffFormatter::_start_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
EasyRdf_Format::registerSerialiser |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Class method to register a serialiser class to a format name |
EasyRdf_Format::getDefaultMimeType |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Get the default registered mime type for a format object |
EasyRdf_Format::setSerialiserClass |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Set the serialiser to use for a format |
EasyRdf_Format::getSerialiserClass |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Get the name of the class to use to serialise the format |
SizeUnitTest::testCommonFormatSize |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php |
Checks that format_size() returns the expected string. |
FilterAPITest::testFilterFormatAPI |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php |
Tests the function filter_get_filter_types_by_format(). |
FilterFormatUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
GenericFileFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/GenericFileFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
FilterCrudTest::testTextFormatCrud |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php |
Tests CRUD operations for text formats and filters. |
DefaultProcessor::formatCharacters |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php |
Creates display text for teaser length option values. |
TextDefaultFormatter::viewElements |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/formatter/TextDefaultFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
TextTrimmedFormatter::settingsForm |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/formatter/TextTrimmedFormatter.php |
Returns a form to configure settings for the formatter. |
TextTrimmedFormatter::viewElements |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/formatter/TextTrimmedFormatter.php |
Builds a renderable array for a field value. |
theme_link_formatter_link_separate |
function |
drupal/core/modules/link/link.module |
Formats a link as separate link title and URL elements. |
DisplayOverview::$formatterManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php |
The formatter plugin manager. |
SiteInformationForm::$aliasManager |
property |
drupal/core/modules/system/lib/Drupal/system/Form/SiteInformationForm.php |
The path alias manager. |
FormatterPluginManager::getOptions |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Returns an array of formatter options for a field type. |
RSSCategoryFormatter::viewElements |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php |
Builds a renderable array for a field value. |
TaxonomyFormatterBase::prepareView |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::prepareView(). |
ManageDisplayTest::testFormatterUI |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests formatter settings. |
DateTimePlus::$inputFormatAdjusted |
property |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
The prepared format, if provided. |
EntityReferenceEntityFormatter.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php |
Contains \Drupal\entity_reference\Plugin\field\formatter\EntityReferenceEntityFormatter. |
Twig_Extension_Core::$numberFormat |
property |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
|
DrupalDiffFormatter::_block_header |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
Twig_Extension_Core::setDateFormat |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Sets the default format to be used by the date filter. |
Twig_Extension_Core::getDateFormat |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Gets the default format to be used by the date filter. |
EasyRdf_Format::getHttpAcceptHeader |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Generates an HTTP Accept header string |
EasyRdf_Format::getDefaultExtension |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Get the default registered file extension (filename suffix) for a format object |
FilterFormatAccessTest::$admin_user |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
A user with administrative permissions. |
RSSEnclosureFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/RSSEnclosureFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
FormatterPluginManager::__construct |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Constructs a FormatterPluginManager object. |
FormatterPluginManager::getInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Overrides PluginManagerBase::getInstance(). |
FormatterInterface::settingsSummary |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterInterface.php |
Returns a short summary for the current formatter settings. |
DateTimeTest::testDateFormatStorage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php |
Test if the date formats are stored properly. |
LinkSeparateFormatter::viewElements |
function |
drupal/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php |
Builds a renderable array for a field value. |
DateFormatDeleteForm::getCancelPath |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Returns the page to go to if the user cancels the action. |
Internal::generateFormatTagsSetting |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/Internal.php |
Builds the "format_tags" configuration part of the CKEditor JS settings. |
DateFormatLocalizeResetForm::create |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
Instantiates a new instance of this controller. |
TelephoneLinkFormatter::prepareView |
function |
drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php |
Allows formatters to load information for field values being displayed. |
Twig_Extension_Core::setNumberFormat |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Sets the default format to be used by the number_format filter. |
Twig_Extension_Core::getNumberFormat |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Get the default format used by the number_format filter. |