Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ManagedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::getStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
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::testInvalidUrlsAndDestinations function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests invalid field UI URLs and destinations.
ManageFieldsFunctionalTest::testPreconfiguredFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the "preconfigured field" functionality.
ManageFieldsFunctionalTest::testTranslationDefaults function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Test translation defaults.
ManageFieldsFunctionalTestBase class core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php Tests the Field UI "Manage fields" screen.
ManageFieldsFunctionalTestBase.php file core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php
ManageFieldsFunctionalTestBase::$contentType property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php The ID of the custom content type created for testing.
ManageFieldsFunctionalTestBase::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php The theme to install as the default for testing.
ManageFieldsFunctionalTestBase::$fieldLabel property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php The label for a random field to be created for testing.
ManageFieldsFunctionalTestBase::$fieldName property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php The name of a random field to be created for testing.
ManageFieldsFunctionalTestBase::$fieldNameInput property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php The input name of a random field to be created for testing.
ManageFieldsFunctionalTestBase::$modules property core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php Modules to install.
ManageFieldsFunctionalTestBase::setUp function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTestBase.php
ManageFieldsLifecycleTest class core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsLifecycleTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php
ManageFieldsLifecycleTest::addExistingField function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests adding an existing field in another content type.
ManageFieldsLifecycleTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests that persistent field storage appears in the field UI.
ManageFieldsLifecycleTest::assertFieldSettings function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Asserts field settings are as expected.
ManageFieldsLifecycleTest::cardinalitySettings function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests the cardinality settings of a field.
ManageFieldsLifecycleTest::createField function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests adding a new field.
ManageFieldsLifecycleTest::deleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests deleting a field from the field edit form.
ManageFieldsLifecycleTest::fieldListAdminPage function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests that the field list administration page operates correctly.
ManageFieldsLifecycleTest::manageFieldsPage function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests the manage fields page.
ManageFieldsLifecycleTest::testCRUDFields function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Runs the field CRUD tests.
ManageFieldsLifecycleTest::updateField function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests editing an existing field.
ManageFieldsMultipleTypesTest class core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsMultipleTypesTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php
ManageFieldsMultipleTypesTest::entityTypesProvider function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Data provider for testing Field UI with multiple entity types.
ManageFieldsMultipleTypesTest::testReuseField function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsMultipleTypesTest::testReuseFieldMultipleDisplay function core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php Tests that options are copied over when reusing a field.
ManageFieldsTest class core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php Tests the Field UI "Manage Fields" screens.
ManageFieldsTest class core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests the Manage Display page of a fieldable entity type.
ManageFieldsTest class core/modules/field_ui/tests/src/Kernel/ManageFieldsTest.php Tests the Field UI "Manage fields" screen.
ManageFieldsTest.php file core/modules/field_ui/tests/src/Kernel/ManageFieldsTest.php
ManageFieldsTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php
ManageFieldsTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageFieldsTest::$adminUser property core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php A user with permission to administer node fields, etc.

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