ArgumentValidatorPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Provides the default form for validating options. |
ArrayBuild::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php |
Performs the associated process. |
ArrayBuildTest::testTransform |
function |
core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php |
Tests successful transformation. |
Attachment::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Attachment.php |
Provide the default form for setting options. |
Attachment::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Attachment.php |
Perform any necessary changes to the form values prior to storage. |
AttachmentTestFormatter |
class |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
Plugin implementation of the 'number_unformatted_with_attachment' formatter. |
AttachmentTestFormatter.php |
file |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
|
AttachmentTestFormatter::viewElements |
function |
core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php |
Builds a renderable array for a field value. |
AuthorFormatter |
class |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
Plugin implementation of the 'author' formatter. |
AuthorFormatter.php |
file |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
|
AuthorFormatter::checkAccess |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
Checks access to the given entity. |
AuthorFormatter::isApplicable |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
Returns if the formatter can be used for the provided field. |
AuthorFormatter::viewElements |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
Builds a renderable array for a field value. |
AuthorNameFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Plugin implementation of the 'comment_username' formatter. |
AuthorNameFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
|
AuthorNameFormatter::isApplicable |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Returns if the formatter can be used for the provided field. |
AuthorNameFormatter::viewElements |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Builds a renderable array for a field value. |
AutomatedCronHooks::formSystemCronSettingsAlter |
function |
core/modules/automated_cron/src/Hook/AutomatedCronHooks.php |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
AvifImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php |
Form constructor. |
BanAdmin::buildForm |
function |
core/modules/ban/src/Form/BanAdmin.php |
|
BanAdmin::getFormId |
function |
core/modules/ban/src/Form/BanAdmin.php |
Returns a unique string identifying the form. |
BanAdmin::submitForm |
function |
core/modules/ban/src/Form/BanAdmin.php |
Form submission handler. |
BanAdmin::validateForm |
function |
core/modules/ban/src/Form/BanAdmin.php |
Form validation handler. |
BanDelete::buildForm |
function |
core/modules/ban/src/Form/BanDelete.php |
|
BanDelete::getFormId |
function |
core/modules/ban/src/Form/BanDelete.php |
Returns a unique string identifying the form. |
BanDelete::submitForm |
function |
core/modules/ban/src/Form/BanDelete.php |
Form submission handler. |
BaseFieldFileFormatterBase |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Base class for file formatters, which allow to link to the file download URL. |
BaseFieldFileFormatterBase.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
|
BaseFieldFileFormatterBase::$fileUrlGenerator |
property |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
The file URL generator. |
BaseFieldFileFormatterBase::create |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Creates an instance of the plugin. |
BaseFieldFileFormatterBase::defaultSettings |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Defines the default settings for this plugin. |
BaseFieldFileFormatterBase::isApplicable |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Returns if the formatter can be used for the provided field. |
BaseFieldFileFormatterBase::settingsForm |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Returns a form to configure settings for the formatter. |
BaseFieldFileFormatterBase::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Builds a renderable array for a field value. |
BaseFieldFileFormatterBase::viewValue |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Generate the output appropriate for one field item. |
BaseFieldFileFormatterBase::__construct |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Constructs a BaseFieldFileFormatterBase object. |
BaseFieldOverrideJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php |
The format to use in this test. |
BaseFieldOverrideJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php |
The format to use in this test. |
BaseFieldOverrideJsonCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php |
The format to use in this test. |
BaseFieldOverrideXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlAnonTest.php |
The format to use in this test. |
BaseFieldOverrideXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php |
The format to use in this test. |
BaseFieldOverrideXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php |
The format to use in this test. |
BaseFormIdInterface |
interface |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
Provides an interface for a Form that has a base form ID. |
BaseFormIdInterface.php |
file |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
|
BaseFormIdInterface::getBaseFormId |
function |
core/lib/Drupal/Core/Form/BaseFormIdInterface.php |
Returns a string identifying the base form. |
BasicForm |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form with a passed entity with an interface. |
BasicForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
BasicForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
BasicForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
BasicFormNoContainerInjectionInterface |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form without a container injection interface implemented. |