Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigSchemaChecker::getSubscribedEvents | function | core/ |
|
| ConfigSchemaDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| ConfigSingleExportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfigSingleImportForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ConfigSingleImportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfigSingleImportForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ConfigSnapshotSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| ConfigStorageTestBase | class | core/ |
Base class for testing storage operations. |
| ConfigStorageTestBase.php | file | core/ |
|
| ConfigStorageTestBase::$invalidStorage | property | core/ |
An invalid configuration storage. |
| ConfigStorageTestBase::$storage | property | core/ |
The configuration storage. |
| ConfigStorageTestBase::delete | function | core/ |
Deletes configuration data from the storage. |
| ConfigStorageTestBase::insert | function | core/ |
Inserts configuration data in the storage. |
| ConfigStorageTestBase::read | function | core/ |
Reads configuration data from the storage. |
| ConfigStorageTestBase::testCollection | function | core/ |
Tests that the storage supports collections. |
| ConfigStorageTestBase::testCRUD | function | core/ |
Tests storage CRUD operations. |
| ConfigStorageTestBase::testDataTypes | function | core/ |
Tests storage writing and reading data preserving data type. |
| ConfigStorageTestBase::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| ConfigStorageTestBase::update | function | core/ |
Updates configuration data in the storage. |
| ConfigSubscriber::getSubscribedEvents | function | core/ |
|
| ConfigSubscriber::getSubscribedEvents | function | core/ |
|
| ConfigSubscriber::getSubscribedEvents | function | core/ |
|
| ConfigSync::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfigTarget | class | core/ |
Represents the mapping of a config property to a form element. |
| ConfigTarget.php | file | core/ |
|
| ConfigTarget::$elementParents | property | core/ |
The parents of the form element which maps to this config property. |
| ConfigTarget::$fromConfig | property | core/ |
Transforms a value loaded from config before it gets displayed by the form. |
| ConfigTarget::$propertyPaths | property | core/ |
The property paths to target. |
| ConfigTarget::$toConfig | property | core/ |
Transforms a value submitted by the form before it is set in the config. |
| ConfigTarget::fromForm | function | core/ |
Gets the config target object for an element from a form array. |
| ConfigTarget::fromString | function | core/ |
Creates a ConfigTarget object. |
| ConfigTarget::getValue | function | core/ |
Retrieves the mapped value from config. |
| ConfigTarget::isMultiTarget | function | core/ |
Indicates if this object targets multiple property paths. |
| ConfigTarget::setValue | function | core/ |
Sets the submitted value from config. |
| ConfigTarget::__construct | function | core/ |
Constructs a ConfigTarget object. |
| ConfigTargetTest | class | core/ |
Tests forms using #config_target and #ajax together. |
| ConfigTargetTest | class | core/ |
Tests forms using #config_target. |
| ConfigTargetTest | class | core/ |
Tests Drupal\Core\Form\ConfigTarget. |
| ConfigTargetTest.php | file | core/ |
|
| ConfigTargetTest.php | file | core/ |
|
| ConfigTargetTest.php | file | core/ |
|
| ConfigTargetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfigTargetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfigTargetTest::$modules | property | core/ |
Modules to install. |
| ConfigTargetTest::$modules | property | core/ |
Modules to install. |
| ConfigTargetTest::providerMultiTargetWithoutCallables | function | core/ |
|
| ConfigTargetTest::providerTestFormCacheable | function | core/ |
|
| ConfigTargetTest::providerTestFromFormException | function | core/ |
|
| ConfigTargetTest::testDuplicateTargetsNotAllowed | function | core/ |
Tests duplicate targets not allowed. |
| ConfigTargetTest::testFormCacheable | function | core/ |
Tests form cacheable. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.