Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormatterInterface::view | function | core/ |
Builds a renderable array for a fully themed field. |
| FormatterInterface::viewElements | function | core/ |
Builds a renderable array for a field value. |
| FormatterPluginManager | class | core/ |
Plugin type manager for field formatters. |
| FormatterPluginManager.php | file | core/ |
|
| FormatterPluginManager::$fieldTypeManager | property | core/ |
The field type manager to define field. |
| FormatterPluginManager::$formatterOptions | property | core/ |
An array of formatter options for each field type. |
| FormatterPluginManager::createInstance | function | core/ |
|
| 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::prepareConfiguration | function | core/ |
Merges default values for formatter configuration. |
| 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. |
| Formatting | group | core/ |
Functions to format numbers, strings, dates, etc. |
| format_date | function | core/ |
Formats a date, using a date type or a custom date format string. |
| 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/ |
|
| FormBase::currentUser | function | core/ |
Gets the current user. |
| FormBase::getRequest | function | core/ |
Gets the request object. |
| FormBase::getRouteMatch | function | core/ |
Gets the route match. |
| FormBase::logger | function | core/ |
Gets the logger for a specific channel. |
| FormBase::redirect | function | core/ |
Returns a redirect response object for the specified route. |
| FormBase::resetConfigFactory | function | core/ |
Resets the configuration factory. |
| FormBase::setConfigFactory | function | core/ |
Sets the config factory for this form. |
| FormBase::setRequestStack | function | core/ |
Sets the request stack object to use. |
| FormBase::validateForm | function | core/ |
|
| FormBuilder | class | core/ |
Provides form building and processing. |
| FormBuilder.php | file | core/ |
|
| FormBuilder::$classResolver | property | core/ |
The class resolver. |
| FormBuilder::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormBuilder::$currentUser | property | core/ |
The current user. |
| FormBuilder::$elementInfo | property | core/ |
The element info manager. |
| FormBuilder::$eventDispatcher | property | core/ |
The event dispatcher. |
| FormBuilder::$formCache | property | core/ |
The form cache. |
| FormBuilder::$formSubmitter | property | core/ |
The form submitter. |
| FormBuilder::$formValidator | property | core/ |
The form validator. |
| FormBuilder::$moduleHandler | property | core/ |
The module handler. |
| FormBuilder::$requestStack | property | core/ |
The request stack. |
| FormBuilder::$safeCoreValueCallables | property | core/ |
Defines element value callables which are safe to run even when the form state has an invalid CSRF token. |
Pagination
- Previous page
- Page 682
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.