| FormatterBase::__construct |
function |
core/lib/Drupal/Core/Field/FormatterBase.php |
Constructs a FormatterBase object. |
| FormatterInterface |
interface |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Interface definition for field formatter plugins. |
| FormatterInterface.php |
file |
core/lib/Drupal/Core/Field/FormatterInterface.php |
|
| FormatterInterface::isApplicable |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Returns if the formatter can be used for the provided field. |
| FormatterInterface::prepareView |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Allows formatters to load information for field values being displayed. |
| FormatterInterface::settingsForm |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Returns a form to configure settings for the formatter. |
| FormatterInterface::settingsSummary |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Returns a short summary for the current formatter settings. |
| FormatterInterface::view |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Builds a renderable array for a fully themed field. |
| FormatterInterface::viewElements |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Builds a renderable array for a field value. |
| FormatterPluginManager |
class |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Plugin type manager for field formatters. |
| FormatterPluginManager.php |
file |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
|
| FormatterPluginManager::$fieldTypeManager |
property |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
The field type manager to define field. |
| FormatterPluginManager::$formatterOptions |
property |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
An array of formatter options for each field type. |
| FormatterPluginManager::createInstance |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Creates a plugin instance based on the provided ID and configuration. |
| FormatterPluginManager::getDefaultSettings |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Returns the default settings of a field formatter. |
| FormatterPluginManager::getInstance |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Overrides PluginManagerBase::getInstance(). |
| FormatterPluginManager::getOptions |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Returns an array of formatter options for a field type. |
| FormatterPluginManager::prepareConfiguration |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Merges default values for formatter configuration. |
| FormatterPluginManager::__construct |
function |
core/lib/Drupal/Core/Field/FormatterPluginManager.php |
Constructs a FormatterPluginManager object. |
| FormatterPluginManagerTest |
class |
core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php |
Tests the field formatter plugin manager. |
| FormatterPluginManagerTest.php |
file |
core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php |
|
| FormatterPluginManagerTest::testNotApplicableFallback |
function |
core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php |
Tests that getInstance falls back on default if current is not applicable. |
| FormBase |
class |
core/lib/Drupal/Core/Form/FormBase.php |
Provides a base class for forms. |
| FormBase.php |
file |
core/lib/Drupal/Core/Form/FormBase.php |
|
| FormBase::$configFactory |
property |
core/lib/Drupal/Core/Form/FormBase.php |
The config factory. |
| FormBase::$requestStack |
property |
core/lib/Drupal/Core/Form/FormBase.php |
The request stack. |
| FormBase::$routeMatch |
property |
core/lib/Drupal/Core/Form/FormBase.php |
The route match. |
| FormBase::config |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Retrieves a configuration object. |
| FormBase::configFactory |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the config factory for this form. |
| FormBase::container |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Returns the service container. |
| FormBase::create |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Instantiates a new instance of this class. |
| FormBase::currentUser |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the current user. |
| FormBase::getRequest |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the request object. |
| FormBase::getRouteMatch |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the route match. |
| FormBase::logger |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Gets the logger for a specific channel. |
| FormBase::redirect |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Returns a redirect response object for the specified route. |
| FormBase::resetConfigFactory |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Resets the configuration factory. |
| FormBase::setConfigFactory |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Sets the config factory for this form. |
| FormBase::setRequestStack |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Sets the request stack object to use. |
| FormBase::validateForm |
function |
core/lib/Drupal/Core/Form/FormBase.php |
Form validation handler. |
| FormBuilder |
class |
core/lib/Drupal/Core/Form/FormBuilder.php |
Provides form building and processing. |
| FormBuilder.php |
file |
core/lib/Drupal/Core/Form/FormBuilder.php |
|
| FormBuilder::$classResolver |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The class resolver. |
| FormBuilder::$csrfToken |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The CSRF token generator to validate the form token. |
| FormBuilder::$currentUser |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The current user. |
| FormBuilder::$elementInfo |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The element info manager. |
| FormBuilder::$eventDispatcher |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The event dispatcher. |
| FormBuilder::$formCache |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The form cache. |
| FormBuilder::$formSubmitter |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The form submitter. |
| FormBuilder::$formValidator |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The form validator. |