Search for parent

  1. Search 7.x for parent
  2. Search 9.5.x for parent
  3. Search 8.9.x for parent
  4. Search 10.3.x for parent
  5. Other projects
Title Object type File name Summary
PathParentCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php Tests get context.
QueueExceptionsTest::testDelayedRequeueExceptionCallsParentConstructor function core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php Tests that the `DelayedRequeueException` calls parent constructor.
RendererPlaceholdersTest::testCacheableParent function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests cacheable parent.
RendererPlaceholdersTest::testCacheableParentWithPostRequest function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests cacheable parent with post request.
RendererPlaceholdersTest::testUncacheableParent function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests uncacheable parent.
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.
StaticReflectionClass::getParentClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionParser::$parentClassName property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The name of the class this class extends, if any.
StaticReflectionParser::$parentStaticReflectionParser property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The parent PSR-0 Parser.
StaticReflectionParser::getParentParser function core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php If the current class extends another, get the parser for the latter.
StaticReflectionParser::getParentStaticReflectionParser function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
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 Tests get complete form state with parent complete form.
SubformStateTest::testGetCompleteFormStateWithParentSubform function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Tests get complete form state with parent subform.
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
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.
TaxonomyTermContentModerationTest::testTaxonomyTermParents function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy term parents on a moderated vocabulary.
TermForm::getParentIds function core/modules/taxonomy/src/TermForm.php Returns term parent IDs, including the root.
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.
TermKernelTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php The "parent" field must restrict references to the same vocabulary.
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.
TermParentsTest::testParentFromQuery function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Test the term add/edit form with parent query parameter.
TermResourceTestBase::providerTestGetTermWithParent function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Data provider for ::testGetTermWithParent().
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.
TermStorage::getParents function core/modules/taxonomy/src/TermStorage.php Returns a list of parents of this term.
TermStorage::loadAllParents function core/modules/taxonomy/src/TermStorage.php

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