Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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.
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::testLockedField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects locked fields.
ManageFieldsFunctionalTest::testNonExistentFieldUrls function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the access to non-existent field URLs.
ManageFieldsFunctionalTest::testPreconfiguredFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the "preconfigured field" functionality.
ManageFieldsFunctionalTest::updateField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests editing an existing field.
ManageFieldsTest class core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests the Manage Display page of a fieldable entity type.
ManageFieldsTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageFieldsTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php The theme to install as the default for testing.
ManageFieldsTest::$modules property core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Modules to enable.
ManageFieldsTest::setUp function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageFieldsTest::testFieldDropButtonOperations function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageGitIgnore class composer/Plugin/Scaffold/ManageGitIgnore.php Manage the .gitignore file.
ManageGitIgnore.php file composer/Plugin/Scaffold/ManageGitIgnore.php
ManageGitIgnore::$dir property composer/Plugin/Scaffold/ManageGitIgnore.php The directory where the project is located.
ManageGitIgnore::$io property composer/Plugin/Scaffold/ManageGitIgnore.php Composer's I/O service.
ManageGitIgnore::addToGitIgnore function composer/Plugin/Scaffold/ManageGitIgnore.php Adds a set of entries to the specified .gitignore file.
ManageGitIgnore::manageIgnored function composer/Plugin/Scaffold/ManageGitIgnore.php Manages gitignore files.
ManageGitIgnore::managementOfGitIgnoreEnabled function composer/Plugin/Scaffold/ManageGitIgnore.php Determines whether we should manage gitignore files.
ManageGitIgnore::__construct function composer/Plugin/Scaffold/ManageGitIgnore.php ManageGitIgnore constructor.
ManageGitIgnoreTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests to see whether .gitignore files are correctly managed.
ManageGitIgnoreTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::$fileSystem property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The Symfony FileSystem component.
ManageGitIgnoreTest::$fixtures property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The Fixtures object.
ManageGitIgnoreTest::$fixturesDir property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Directory to perform the tests in.
ManageGitIgnoreTest::$projectRoot property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The root of this project.
ManageGitIgnoreTest::createSutWithGit function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Creates a system-under-test and initialize a git repository for it.
ManageGitIgnoreTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::tearDown function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Test appending to an unmanaged file, and confirm it is not .gitignored.

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