Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormattableMarkupTest::$lastErrorMessage | property | core/ |
The error message of the last error in the error handler. |
| FormattableMarkupTest::$lastErrorNumber | property | core/ |
The error number of the last error in the error handler. |
| FormattableMarkupTest::errorHandler | function | core/ |
Custom error handler that saves the last error. |
| FormattableMarkupTest::providerTestUnexpectedPlaceholder | function | core/ |
Data provider for FormattableMarkupTest::testUnexpectedPlaceholder(). |
| FormattableMarkupTest::testCount | function | core/ |
@covers ::count[[api-linebreak]] |
| FormattableMarkupTest::testToString | function | core/ |
@covers ::__toString[[api-linebreak]] @covers ::jsonSerialize[[api-linebreak]] |
| FormattableMarkupTest::testUnexpectedPlaceholder | function | core/ |
@covers ::__toString[[api-linebreak]] @dataProvider providerTestUnexpectedPlaceholder |
| FormattedDateDiff::$string | property | core/ |
The actual formatted time difference. |
| FormattedDateDiff::getString | function | core/ |
|
| FormattedDateDiff::__construct | function | core/ |
Creates a new FormattedDateDiff instance. |
| FormatterBase | class | core/ |
Base class for 'Field formatter' plugin implementations. |
| FormatterBase.php | file | core/ |
|
| FormatterBase::$fieldDefinition | property | core/ |
The field definition. |
| FormatterBase::$label | property | core/ |
The label display setting. |
| FormatterBase::$settings | property | core/ |
The formatter settings. |
| FormatterBase::$viewMode | property | core/ |
The view mode. |
| FormatterBase::create | function | core/ |
Creates an instance of the plugin. |
| FormatterBase::getFieldSetting | function | core/ |
Returns the value of a field setting. |
| FormatterBase::getFieldSettings | function | core/ |
Returns the array of field settings. |
| FormatterBase::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
| FormatterBase::prepareView | function | core/ |
Allows formatters to load information for field values being displayed. |
| FormatterBase::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| FormatterBase::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| FormatterBase::view | function | core/ |
Builds a renderable array for a fully themed field. |
| FormatterBase::__construct | function | core/ |
Constructs a FormatterBase object. |
| FormatterInterface::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
| FormatterInterface::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| FormatterInterface::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| FormatterInterface::viewElements | function | core/ |
Builds a renderable array for a field value. |
| FormatterPluginManager::$formatterOptions | property | core/ |
An array of formatter options for each field type. |
| FormatterPluginManager::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| FormatterPluginManager::getDefaultSettings | function | core/ |
Returns the default settings of a field formatter. |
| FormatterPluginManager::getInstance | function | core/ |
Overrides PluginManagerBase::getInstance(). |
| FormatterPluginManager::getOptions | function | core/ |
Returns an array of formatter options for a field type. |
| FormatterPluginManager::__construct | function | core/ |
Constructs a FormatterPluginManager object. |
| FormatterPluginManagerTest | class | core/ |
Tests the field formatter plugin manager. |
| FormatterPluginManagerTest.php | file | core/ |
|
| FormatterPluginManagerTest::testNotApplicableFallback | function | core/ |
Tests that getInstance falls back on default if current is not applicable. |
| format_size | function | core/ |
Generates a string representation for the given byte count. |
| format_string | function | core/ |
Formats a string for HTML display by replacing variable placeholders. |
| FormBase | class | core/ |
Provides a base class for forms. |
| FormBase.php | file | core/ |
|
| FormBase::$configFactory | property | core/ |
The config factory. |
| FormBase::$requestStack | property | core/ |
The request stack. |
| FormBase::$routeMatch | property | core/ |
The route match. |
| FormBase::config | function | core/ |
Retrieves a configuration object. |
| FormBase::configFactory | function | core/ |
Gets the config factory for this form. |
| FormBase::container | function | core/ |
Returns the service container. |
| FormBase::create | function | core/ |
Instantiates a new instance of this class. |
| FormBase::currentUser | function | core/ |
Gets the current user. |
Pagination
- Previous page
- Page 570
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.