ArgumentPluginBase::defaultArgumentForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provides a form for selecting the default argument. |
ArgumentPluginBase::defaultSummaryForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Provides a form for selecting summary options. |
ArgumentPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Handle any special handling on the validate form. |
ArgumentPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Validate the options form. |
ArgumentTransformTermTest |
class |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Tests taxonomy term argument transformation. |
ArgumentTransformTermTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
|
ArgumentTransformTermTest::$testViews |
property |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Views to be enabled. |
ArgumentTransformTermTest::termArgumentTransformationProvider |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Provides data for testTermArgumentTransformation(). |
ArgumentTransformTermTest::testTermArgumentTransformation |
function |
core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php |
Tests term argument transformation of hyphens and spaces. |
ArgumentValidatorPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Provides the default form for setting options. |
ArgumentValidatorPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Provides the default form for submitting options. |
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. |
AssignOwnerNode::buildConfigurationForm |
function |
core/modules/node/src/Plugin/Action/AssignOwnerNode.php |
Form constructor. |
AssignOwnerNode::submitConfigurationForm |
function |
core/modules/node/src/Plugin/Action/AssignOwnerNode.php |
Form submission handler. |
AssignOwnerNode::validateConfigurationForm |
function |
core/modules/node/src/Plugin/Action/AssignOwnerNode.php |
Form validation handler. |
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. |
automated_cron_form_system_cron_settings_alter |
function |
core/modules/automated_cron/automated_cron.module |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
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. |