Search for parent

  1. Search 7.x for parent
  2. Search 9.5.x for parent
  3. Search 10.3.x for parent
  4. Search 11.x for parent
  5. Other projects
Title Object type File name Summary
RendererPlaceholdersTest::testCacheableParent function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
@covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]]
@covers \Drupal\Core\Render\RenderCache::set[[api-linebreak]]
@covers…
RendererPlaceholdersTest::testCacheableParentWithPostRequest function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
@covers \Drupal\Core\Render\RenderCache::get[[api-linebreak]]
@covers ::replacePlaceholders[[api-linebreak]]
RendererPlaceholdersTest::testUncacheableParent function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render[[api-linebreak]]
@covers ::doRender[[api-linebreak]]
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.
StaticReflectionParser::getParentParser function core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php If the current class extends another, get the parser for the latter.
SubformState::$parentForm property core/lib/Drupal/Core/Form/SubformState.php The parent form.
SubformState::getParents function core/lib/Drupal/Core/Form/SubformState.php Gets the subform's parents relative to its parent form.
SubformStateTest::$parentForm property core/tests/Drupal/Tests/Core/Form/SubformStateTest.php The parent form.
SubformStateTest::testGetCompleteFormStateWithParentCompleteForm function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::getCompleteFormState[[api-linebreak]]
SubformStateTest::testGetCompleteFormStateWithParentSubform function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::getCompleteFormState[[api-linebreak]]
SystemMenuBlock::processMenuLevelParents function core/modules/system/src/Plugin/Block/SystemMenuBlock.php Form API callback: Processes the menu_levels field element.
TaxonomyParentUITest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Tests views taxonomy parent plugin UI.
TaxonomyParentUITest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
TaxonomyParentUITest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
TaxonomyParentUITest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Modules to enable.
TaxonomyParentUITest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Views used by this test.
TaxonomyParentUITest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
TaxonomyParentUITest::testTaxonomyParentUI function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Tests the taxonomy parent plugin UI.
TaxonomyParentUpdateTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Ensure that the taxonomy updates are running as expected.
TaxonomyParentUpdateTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
TaxonomyParentUpdateTest::$db property core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php The database connection.
TaxonomyParentUpdateTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
TaxonomyParentUpdateTest::setUp function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
TaxonomyParentUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Tests taxonomy term parents update.
TaxonomyTermParentMultilingualTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Tests the upgrade path for taxonomy parents with multilingual terms.
TaxonomyTermParentMultilingualTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
TaxonomyTermParentMultilingualTest::replaceUser1 function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
TaxonomyTermParentMultilingualTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Tests taxonomy multilingual term parents update.
TaxonomyVocabularyHierarchyUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Tests that the 'hierarchy' property is removed from vocabularies.
TermKernelTest::testMultipleParentDelete function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Deleting a parent of a term with multiple parents does not delete the term.
TermParentsTest class core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests managing taxonomy parents through the user interface.
TermParentsTest.php file core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermParentsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermParentsTest::$modules property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermParentsTest::$state property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The state service.
TermParentsTest::$termStorage property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The term storage.
TermParentsTest::$vocabularyId property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The ID of the vocabulary used in this test.
TermParentsTest::assertParentOption function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that an option in the parent form element of terms exists.
TermParentsTest::assertParentsUnchanged function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that the parents of the term have not changed after saving.
TermParentsTest::createTerm function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Creates a term, saves it and returns it.
TermParentsTest::doTestEditingSingleParent function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Performs tests that edit terms with a single parent
TermParentsTest::setUp function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermParentsTest::submitAddTermForm function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Creates a term through the user interface and returns it.
TermParentsTest::testAddWithParents function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests specifying parents when creating terms.
TermParentsTest::testEditingParents function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests editing the parents of existing terms.
TermParentsTest::testEditingParentsWithDisabledFormElement function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests specifying parents when creating terms and a disabled parent form.
TermResourceTestBase::providerTestGetTermWithParent function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php
TermResourceTestBase::testGetTermWithParent function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Tests GETting a term with a parent term other than the default <root> (0).
TermStorage::$treeParents property core/modules/taxonomy/src/TermStorage.php Array of term parents keyed by vocabulary ID and child term ID.

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