Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
node_test_views_views_data_alter function core/modules/node/tests/modules/node_test_views/node_test_views.views.inc Implements hook_views_data_alter().
None::alterRouteDefinition function core/modules/views/src/Plugin/views/access/None.php Allows access plugins to alter the route definition of a view.
Number::alphadecimalToInt function core/lib/Drupal/Component/Utility/Number.php Decodes a sorting code back to an integer.
NumericFormatPluralTest class core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests the creation of numeric fields.
NumericFormatPluralTest.php file core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
NumericFormatPluralTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php The theme to install as the default for testing.
NumericFormatPluralTest::$modules property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Modules to install.
NumericFormatPluralTest::$testViews property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Views used by this test.
NumericFormatPluralTest::createFile function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Creates and saves a test file.
NumericFormatPluralTest::setUp function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Sets up the test.
NumericFormatPluralTest::testNumericFormatPlural function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests plural formatting setting on a numeric views handler.
OEmbed::getLocalThumbnailUri function core/modules/media/src/Plugin/media/Source/OEmbed.php Returns the local URI for a resource thumbnail.
olivero_drupal_alter_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter().
olivero_element_info_alter function core/themes/olivero/olivero.theme Implements hook_element_info_alter().
olivero_form_alter function core/themes/olivero/olivero.theme Implements hook_form_alter() for adding classes and placeholder text to the search forms.
olivero_form_node_preview_form_select_alter function core/themes/olivero/olivero.theme Implements hook_form_FORM_ID_alter().
olivero_form_system_theme_settings_alter function core/themes/olivero/theme-settings.php Implements hook_form_FORM_ID_alter() for system_theme_settings.
olivero_form_views_exposed_form_alter function core/themes/olivero/olivero.theme Implements hook_form_views_exposed_form_alter().
olivero_theme_suggestions_block_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for block().
olivero_theme_suggestions_form_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for form templates.
olivero_theme_suggestions_menu_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter() for menu.
olivero_theme_suggestions_user_alter function core/themes/olivero/olivero.theme Implements hook_theme_suggestions_HOOK_alter().
OptionsTestHooks::formEntityTestEntityTestFormAlter function core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Implements hook_form_FORM_ID_alter().
OptionsTestHooks::optionsListAlter function core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php Implements hook_options_list_alter().
OptionsWidgetsTest::testOptionsListAlter function core/modules/options/tests/src/Functional/OptionsWidgetsTest.php Tests hook_options_list_alter().
OverridesSectionStorage::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
PackageManagerBypassServiceProvider::alter function core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php Modifies existing service definitions.
PackageManagerTestValidationServiceProvider::alter function core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php Modifies existing service definitions.
PageRenderTest::testHookPageAlter function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Tests hook_page_attachments_alter() exceptions.
PagerPluginBase::exposedFormAlter function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
page_cache_form_test_form_page_cache_form_test_alter function core/modules/page_cache/tests/modules/page_cache_form_test.module Implements hook_form_FORM_ID_alter().
page_cache_form_test_module_implements_alter function core/modules/page_cache/tests/modules/page_cache_form_test.module Implements hook_module_implements_alter().
ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters function core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php Applies parameter converters to route parameters.
PathHooks::entityBaseFieldInfoAlter function core/modules/path/src/Hook/PathHooks.php Implements hook_entity_base_field_info_alter().
PathHooks::entityTypeAlter function core/modules/path/src/Hook/PathHooks.php Implements hook_entity_type_alter().
PathHooks::fieldWidgetSingleElementFormAlter function core/modules/path/src/Hook/PathHooks.php Implements hook_field_widget_single_element_form_alter().
PathPluginBase::alterRoutes function core/modules/views/src/Plugin/views/display/PathPluginBase.php Alters a collection of routes and replaces definitions to the view.
PathPluginBase::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/PathPluginBase.php Returns the list of routes overridden by Views.
PathPluginBaseTest::testAlterPostRestRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the altering of a REST route.
PathPluginBaseTest::testAlterRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method.
PathPluginBaseTest::testAlterRoutesWithOptionalParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with optional parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters and upcasting information.
PathPluginBaseTest::testAlterRouteWithAlterCallback function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method with preexisting title callback.
PathRootsSubscriber::onRouteAlter function core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Collects all path roots.
path_entity_base_field_info_alter function core/modules/path/path.module Implements hook_entity_base_field_info_alter().
path_entity_type_alter function core/modules/path/path.module Implements hook_entity_type_alter().
path_field_widget_single_element_form_alter function core/modules/path/path.module Implements hook_field_widget_single_element_form_alter().
Permission::alterRouteDefinition function core/modules/user/src/Plugin/views/access/Permission.php Allows access plugins to alter the route definition of a view.
PhpassHooks::formSystemModulesUninstallConfirmFormAlter function core/modules/phpass/src/Hook/PhpassHooks.php Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form.

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