Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ManagedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| ManagedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| ManagedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| ManagedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| ManagedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| ManagedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| ManagedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| ManagedStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| ManagedStorage::getStorage | function | core/ |
Get the decorated storage from the manager if necessary. |
| ManagedStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| ManagedStorage::read | function | core/ |
Reads configuration data from the storage. |
| ManagedStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| ManagedStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| ManagedStorage::write | function | core/ |
Writes configuration data to the storage. |
| ManagedStorage::__construct | function | core/ |
ManagedStorage constructor. |
| ManagedStorageTest | class | core/ |
Tests ManagedStorage operations. |
| ManagedStorageTest.php | file | core/ |
|
| ManagedStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| ManagedStorageTest::getStorage | function | core/ |
Get the config storage. |
| ManagedStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| ManagedStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| ManagedStorageTest::setUp | function | core/ |
|
| ManagedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| ManagedStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| ManageFieldsFunctionalTest | class | core/ |
Tests the Field UI "Manage fields" screen. |
| ManageFieldsFunctionalTest.php | file | core/ |
|
| ManageFieldsFunctionalTest::testDefaultValue | function | core/ |
Tests that default value is correctly validated and saved. |
| ManageFieldsFunctionalTest::testFieldNameValidation | function | core/ |
Tests validation of duplicate and disallowed field names. |
| ManageFieldsFunctionalTest::testFieldPrefix | function | core/ |
Tests that the 'field_prefix' setting works on Field UI. |
| ManageFieldsFunctionalTest::testHelpDescriptions | function | core/ |
Tests that help descriptions render valid HTML. |
| ManageFieldsFunctionalTest::testHiddenFields | function | core/ |
Tests that Field UI respects the 'no_ui' flag in the field type definition. |
| ManageFieldsFunctionalTest::testInvalidUrlsAndDestinations | function | core/ |
Tests invalid field UI URLs and destinations. |
| ManageFieldsFunctionalTest::testLockedField | function | core/ |
Tests that Field UI respects locked fields. |
| ManageFieldsFunctionalTest::testPreconfiguredFields | function | core/ |
Tests the "preconfigured field" functionality. |
| ManageFieldsFunctionalTest::testTranslationDefaults | function | core/ |
Test translation defaults. |
| ManageFieldsFunctionalTestBase | class | core/ |
Tests the Field UI "Manage fields" screen. |
| ManageFieldsFunctionalTestBase.php | file | core/ |
|
| ManageFieldsFunctionalTestBase::$contentType | property | core/ |
The ID of the custom content type created for testing. |
| ManageFieldsFunctionalTestBase::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ManageFieldsFunctionalTestBase::$fieldLabel | property | core/ |
The label for a random field to be created for testing. |
| ManageFieldsFunctionalTestBase::$fieldName | property | core/ |
The name of a random field to be created for testing. |
| ManageFieldsFunctionalTestBase::$fieldNameInput | property | core/ |
The input name of a random field to be created for testing. |
| ManageFieldsFunctionalTestBase::$modules | property | core/ |
Modules to install. |
| ManageFieldsFunctionalTestBase::setUp | function | core/ |
|
| ManageFieldsLifecycleTest | class | core/ |
Tests the Field UI "Manage fields" screen. |
| ManageFieldsLifecycleTest.php | file | core/ |
|
| ManageFieldsLifecycleTest::addExistingField | function | core/ |
Tests adding an existing field in another content type. |
| ManageFieldsLifecycleTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
| ManageFieldsLifecycleTest::assertFieldSettings | function | core/ |
Asserts field settings are as expected. |
| ManageFieldsLifecycleTest::cardinalitySettings | function | core/ |
Tests the cardinality settings of a field. |
Pagination
- Previous page
- Page 846
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.