Search for target
- Search 7.x for target
- Search 9.5.x for target
- Search 8.9.x for target
- Search 11.x for target
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentType::$target_entity_type_id | property | core/ |
The target entity type. |
CommentType::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
CommentTypeInterface::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
ConfigController::$targetStorage | property | core/ |
The target storage. |
ConfigEntityBase::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
ConfigImporterTest::testStorageComparerTargetStorage | function | core/ |
Tests the target storage caching during configuration import. |
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/ |
@coversDefaultClass \Drupal\Core\Form\ConfigTarget @group Form |
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/ |
@covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap |
ConfigTargetTest::testFormCacheable | function | core/ |
@covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap @dataProvider providerTestFormCacheable |
ConfigTargetTest::testFromFormConfigTarget | function | core/ |
@covers ::fromForm |
ConfigTargetTest::testFromFormException | function | core/ |
@covers ::fromForm @dataProvider providerTestFromFormException |
ConfigTargetTest::testFromFormString | function | core/ |
@covers ::fromForm @covers ::fromString |
ConfigTargetTest::testGetValueCorrectConfig | function | core/ |
|
ConfigTargetTest::testIncorrectKey | function | core/ |
Tests #config_target with an incorrect key. |
ConfigTargetTest::testMultiTarget | function | core/ |
|
ConfigTargetTest::testMultiTargetWithoutCallables | function | core/ |
@dataProvider providerMultiTargetWithoutCallables |
ConfigTargetTest::testNested | function | core/ |
Tests #config_target where there is not a 1:1 property to element. |
ConfigTargetTest::testNested | function | core/ |
Tests #config_target with callbacks. |
ConfigTargetTest::testSetValueCorrectConfig | function | core/ |
|
ConfigTargetTest::testSetValueMultiTargetToConfigReturnValue | function | core/ |
@testWith ["this string was returned by toConfig", "The toConfig callable returned a string, but it must be an array with a key-value pair for each of the targeted property paths."] [true, "The toConfig callable returned a… |
ConfigTargetTest::testSingleTarget | function | core/ |
|
ConfigTargetTest::testTree | function | core/ |
Tests #config_target with no callbacks. |
ConfigTargetTest::testTree | function | core/ |
Tests #config_target where #tree is set to TRUE. |
ConfigTranslationUiTest::testSourceAndTargetLanguage | function | core/ |
Tests source and target language edge cases. |
Connection::$target | property | core/ |
The database target this connection is for. |
Connection::getTarget | function | core/ |
Returns the target this connection is associated with. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.