Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
ExposedFormPluginBase::exposedFormAlter function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Alters the exposed form.
ExposedFormPluginInterface::exposedFormAlter function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Alters the exposed form.
Extending and altering Drupal group core/core.api.php Overview of extensions and alteration methods for Drupal.
FavoriteAnimalTestForm class core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form that performs favorite animal test.
FavoriteAnimalTestForm.php file core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
FavoriteAnimalTestForm::buildForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form constructor.
FavoriteAnimalTestForm::getFormId function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Returns a unique string identifying the form.
FavoriteAnimalTestForm::submitForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form submission handler.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::addAllFieldProcessesAltersData function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Provides data for testAddAllFieldProcessesAlters.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldDiscoveryTest::testAddAllFieldProcessesAlters function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the addAllFieldProcesses method for field migrations.
FieldFileTest::testLegacyTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests that alt and title attributes are included in transformed values.
FieldFileTest::testTransformAltTitle function core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php Tests that alt and title attributes are included in transformed values.
FieldPluginBase::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field formatter migration.
FieldPluginBase::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field instance migration.
FieldPluginBase::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field migration.
FieldPluginBase::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field widget migration.
FieldPluginBase::renderAltered function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Render this field as user-defined altered text.
FieldUiLocalTask class core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Provides local task definitions for all entity bundles.
FieldUiLocalTask.php file core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
FieldUiLocalTask::$deprecatedProperties property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
FieldUiLocalTask::$entityDisplayRepository property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity display repository.
FieldUiLocalTask::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity type manager.
FieldUiLocalTask::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The route provider.
FieldUiLocalTask::alterLocalTasks function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Alters the base_route definition for field_ui local tasks.
FieldUiLocalTask::create function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Creates a new class instance.
FieldUiLocalTask::getDerivativeDefinitions function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Gets the definition of all derivatives of a base plugin.
FieldUiLocalTask::__construct function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Creates an FieldUiLocalTask object.
FieldUIRouteTest::assertLocalTasks function core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php Asserts that local tasks exists.
FieldWebTest::testAlterUrl function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests rewriting the output to a link.
field_config_import_steps_alter function core/modules/field/field.module Implements hook_config_import_steps_alter().
field_form_config_admin_import_form_alter function core/modules/field/field.module Implements hook_form_FORM_ID_alter().
field_layout_entity_type_alter function core/modules/field_layout/field_layout.module Implements hook_entity_type_alter().
field_layout_entity_view_alter function core/modules/field_layout/field_layout.module Implements hook_entity_view_alter().
field_layout_form_alter function core/modules/field_layout/field_layout.module Implements hook_form_alter().
field_layout_test_layout_alter function core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.module Implements hook_layout_alter().
field_test_entity_bundle_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_bundle_field_info_alter().
field_test_entity_display_build_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_display_build_alter().
field_test_entity_extra_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_extra_field_info_alter().
field_test_entity_type_alter function core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_type_alter().
field_test_field_ui_preconfigured_options_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_ui_preconfigured_options_alter().
field_test_field_widget_form_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_widget_form_alter().
field_test_field_widget_info_alter function core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_widget_info_alter().
field_test_field_widget_multivalue_form_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_widget_multivalue_form_alter().
field_test_field_widget_multivalue_test_field_widget_multiple_form_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_widget_multivalue_WIDGET_TYPE_form_alter().
field_test_field_widget_multivalue_test_field_widget_multiple_single_value_form_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_widget_multivalue_WIDGET_TYPE_form_alter().
field_test_query_efq_metadata_test_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_metadata_test'.
field_test_query_efq_table_prefixing_test_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
field_third_party_test_field_formatter_settings_summary_alter function core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module Implements hook_field_formatter_settings_summary_alter().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.