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
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 enable.
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::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 Test that local tasks blocks cache is invalidated correctly.
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 enable.
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.
mail_cancel_test_mail_alter function core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Implements hook_mail_alter().
ManageDisplayTest::testViewModeLocalTasks function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the local tasks are displayed correctly for view modes.
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::$contentType property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The ID of the custom content type created for testing.
ManageFieldsFunctionalTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The theme to install as the default for testing.
ManageFieldsFunctionalTest::$fieldLabel property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The label for a random field to be created for testing.
ManageFieldsFunctionalTest::$fieldName property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The name of a random field to be created for testing.
ManageFieldsFunctionalTest::$fieldNameInput property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php The input name of a random field to be created for testing.
ManageFieldsFunctionalTest::$modules property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Modules to install.
ManageFieldsFunctionalTest::addExistingField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests adding an existing field in another content type.
ManageFieldsFunctionalTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that persistent field storage appears in the field UI.
ManageFieldsFunctionalTest::assertFieldSettings function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Asserts field settings are as expected.
ManageFieldsFunctionalTest::cardinalitySettings function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the cardinality settings of a field.
ManageFieldsFunctionalTest::createField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests adding a new field.
ManageFieldsFunctionalTest::deleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests deleting a field from the field edit form.
ManageFieldsFunctionalTest::fieldListAdminPage function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that the field list administration page operates correctly.
ManageFieldsFunctionalTest::manageFieldsPage function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the manage fields page.
ManageFieldsFunctionalTest::setUp function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
ManageFieldsFunctionalTest::testCRUDFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Runs the field CRUD tests.
ManageFieldsFunctionalTest::testDefaultValue function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that default value is correctly validated and saved.
ManageFieldsFunctionalTest::testDeleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected.
ManageFieldsFunctionalTest::testDeleteTaxonomyField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected for a term.
ManageFieldsFunctionalTest::testDisallowedFieldNames function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects disallowed field names.
ManageFieldsFunctionalTest::testDuplicateFieldName function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that a duplicate field name is caught by validation.
ManageFieldsFunctionalTest::testExternalDestinations function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that external URLs in the 'destinations' query parameter are blocked.
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.

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