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
LocalTasksBlock.php file core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::$localTaskManager property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The local task manager.
LocalTasksBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The route match.
LocalTasksBlock::blockForm function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::blockSubmit function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::build function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Builds and returns the renderable array for this block plugin.
LocalTasksBlock::create function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Creates an instance of the plugin.
LocalTasksBlock::defaultConfiguration function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
LocalTasksBlock::__construct function core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php Creates a LocalTasksBlock instance.
LocalTasksTest class core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests local tasks derived from router and added/altered via hooks.
LocalTasksTest.php file core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
LocalTasksTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php The theme to install as the default for testing.
LocalTasksTest::$modules property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Modules to install.
LocalTasksTest::$sut property core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php The local tasks block under testing.
LocalTasksTest::assertLocalTaskAppears function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Ensures that some local task appears.
LocalTasksTest::assertLocalTasks function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts local tasks in the page output.
LocalTasksTest::assertNoLocalTasks function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts that the local tasks on the specified level are not being printed.
LocalTasksTest::assertSameLocalTaskUrl function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Asserts that the local task URL matches the expected alias.
LocalTasksTest::setUp function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
LocalTasksTest::testLocalTaskBlock function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests that local task blocks are configurable to show a specific level.
LocalTasksTest::testLocalTaskBlockCache function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests that local tasks blocks cache is invalidated correctly.
LocalTasksTest::testLocalTaskBlockUrl function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests local task block URLs for entities with path aliases.
LocalTasksTest::testPluginLocalTask function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests the plugin based local tasks.
LocalTaskTest class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php
LocalTaskTest.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php
LocalTaskTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php Gets the definition of all derivatives of a base plugin.
LocalTaskTestWithUnsafeTitle class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Test derivative to check local task title escaping.
LocalTaskTestWithUnsafeTitle.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php
LocalTaskTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
LockFunctionalTest class core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirm locking works between two separate requests.
LockFunctionalTest.php file core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
LockFunctionalTest::$defaultTheme property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php The theme to install as the default for testing.
LockFunctionalTest::$modules property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Modules to install.
LockFunctionalTest::testLockAcquire function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Tests that the persistent lock is persisted between requests.
MailCancelTestHooks::mailAlter function core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php Implements hook_mail_alter().
mail_cancel_test_mail_alter function core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Implements hook_mail_alter().
ManageDisplayTest::testFormModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if form mode local tasks appear in alphabetical order by label.
ManageDisplayTest::testViewModeLocalTasks function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the local tasks are displayed correctly for view modes.
ManageDisplayTest::testViewModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if display mode local tasks appear in alphabetical order by label.
ManageFieldsFunctionalTest class core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsFunctionalTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
ManageFieldsFunctionalTest::testDefaultValue function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that default value is correctly validated and saved.
ManageFieldsFunctionalTest::testFieldNameValidation function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests validation of duplicate and disallowed field names.
ManageFieldsFunctionalTest::testFieldPrefix function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsFunctionalTest::testHelpDescriptions function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that help descriptions render valid HTML.
ManageFieldsFunctionalTest::testHiddenFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsFunctionalTest::testInvalidUrlsAndDestinations function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests invalid field UI URLs and destinations.
ManageFieldsFunctionalTest::testLockedField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects locked fields.
ManageFieldsFunctionalTest::testPreconfiguredFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the "preconfigured field" functionality.

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