Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormatterPluginManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| 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_size | function | core/ |
Generates a string representation for the given byte count. |
| 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. |
| 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/ |
Form validation handler. |
| 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 callables that are safe to run with invalid CSRF tokens. |
| FormBuilder::$themeManager | property | core/ |
The theme manager. |
| FormBuilder::buildForm | function | core/ |
Builds and processes a form for a given form ID. |
| FormBuilder::buildFormAction | function | core/ |
Builds the $form['#action']. |
| FormBuilder::buttonWasClicked | function | core/ |
Determines if a given button triggered the form submission. |
| FormBuilder::currentUser | function | core/ |
Gets the current active user. |
| FormBuilder::deleteCache | function | core/ |
Deletes a form in the cache. |
| FormBuilder::doBuildForm | function | core/ |
Builds and processes all elements in the structured form array. |
| FormBuilder::doSubmitForm | function | core/ |
Handles the submitted form, executing callbacks and processing responses. |
Pagination
- Previous page
- Page 707
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.