Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
WidgetWithoutTypesTest::testWidgetWithoutMediaTypes function core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php Tests that the widget works as expected when media types are deleted.
WizardPluginBase::getAvailableSorts function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the availableSorts property.
WizardPluginBase::getCreatedColumn function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the createdColumn property.
WizardPluginBase::getFilters function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the filters property.
WizardPluginBase::getSelected function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the current value of a #select element, from within a form constructor function.
WizardPluginBase::getSorts function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the sorts property.
WizardPluginBaseTest::providerTestGetSelected function core/modules/views/tests/src/Unit/WizardPluginBaseTest.php Provides test data for testGetSelected().
WizardPluginBaseTest::testGetSelected function core/modules/views/tests/src/Unit/WizardPluginBaseTest.php @covers ::getSelected[[api-linebreak]]
Workflow::getPluginCollection function core/modules/workflows/src/Entity/Workflow.php Encapsulates the creation of the workflow's plugin collection.
Workflow::getPluginCollections function core/modules/workflows/src/Entity/Workflow.php Gets the plugin collections used by this object.
Workflow::getTypePlugin function core/modules/workflows/src/Entity/Workflow.php Gets the workflow type plugin.
WorkflowDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the question to ask the user.
WorkflowInterface::getTypePlugin function core/modules/workflows/src/WorkflowInterface.php Gets the workflow type plugin.
WorkflowListBuilder::getFormId function core/modules/workflows/src/WorkflowListBuilder.php
WorkflowResourceTestBase::getExpectedNormalizedEntity function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php Returns the expected normalization of the entity.
WorkflowResourceTestBase::getNormalizedPostEntity function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php Returns the normalized POST entity.
WorkflowStateAddForm::getFormId function core/modules/workflows/src/Form/WorkflowStateAddForm.php Returns a unique string identifying the form.
WorkflowStateDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowStateDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowStateDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns a unique string identifying the form.
WorkflowStateDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowStateDeleteForm.php Returns the question to ask the user.
WorkflowStateEditForm::getFormId function core/modules/workflows/src/Form/WorkflowStateEditForm.php Returns a unique string identifying the form.
WorkflowStateTransitionOperationsAccessCheck::getOperation function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Get the operation that will be used for the access check.
WorkflowTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/WorkflowTest.php Returns the expected JSON:API document for the entity.
WorkflowTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/WorkflowTest.php Returns the JSON:API POST document.
WorkflowTest::testGetState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getState[[api-linebreak]]
WorkflowTest::testGetStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getState[[api-linebreak]]
WorkflowTest::testGetStates function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getStates[[api-linebreak]]
WorkflowTest::testGetStatesException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getStates[[api-linebreak]]
WorkflowTest::testGetTransition function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]
WorkflowTest::testGetTransitionException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransition[[api-linebreak]]
WorkflowTest::testGetTransitionFromStateToState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
@covers ::hasTransitionFromStateToState[[api-linebreak]]
WorkflowTest::testGetTransitionFromStateToStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionFromStateToState[[api-linebreak]]
WorkflowTest::testGetTransitions function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitions[[api-linebreak]]
@covers ::setTransitionWeight[[api-linebreak]]
WorkflowTest::testGetTransitionsForState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::getTransitionsForState[[api-linebreak]]
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns a unique string identifying the form.
WorkflowTransitionDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowTransitionDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a unique string identifying the form.
WorkflowTransitionDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the question to ask the user.
WorkflowTransitionEditForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Returns a unique string identifying the form.
WorkflowTypeBase::getConfiguration function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets this plugin's configuration.
WorkflowTypeBase::getInitialState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the initial state for the workflow.
WorkflowTypeBase::getNextWeight function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the weight for a new state or transition.
WorkflowTypeBase::getRequiredStates function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets the required states of workflow type.
WorkflowTypeBase::getState function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a workflow state.
WorkflowTypeBase::getStates function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets state objects for the provided state IDs.
WorkflowTypeBase::getTransition function core/modules/workflows/src/Plugin/WorkflowTypeBase.php Gets a transition object for the provided transition ID.

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