Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
ViewsExposedFilterBlock::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Gets the definition of a derivative plugin.
ViewsExposedFilterBlock::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php Gets the definition of all derivatives of a base plugin.
ViewsExposedForm::getFormId function core/modules/views/src/Form/ViewsExposedForm.php Returns a unique string identifying the form.
ViewsForm::getBaseFormId function core/modules/views/src/Form/ViewsForm.php Returns a string for the form's base ID.
ViewsForm::getFormId function core/modules/views/src/Form/ViewsForm.php Returns a unique string identifying the form.
ViewsForm::getFormObject function core/modules/views/src/Form/ViewsForm.php Returns the object used to build the step form.
ViewsFormBase::getForm function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Creates a new instance of this form.
ViewsFormBase::getFormState function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Gets the form state for this form.
ViewsFormInterface::getForm function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Creates a new instance of this form.
ViewsFormInterface::getFormKey function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Returns the key that represents this form.
ViewsFormInterface::getFormState function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Gets the form state for this form.
ViewsFormMainForm::getFormId function core/modules/views/src/Form/ViewsFormMainForm.php Returns a unique string identifying the form.
ViewsHandlerInterface::getEntityType function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines the entity type used by this handler.
ViewsHandlerInterface::getField function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to get a handler's raw field value.
ViewsHandlerInterface::getJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Get the join object that should be used for this handler.
ViewsHandlerInterface::getTableJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Fetches a handler to join one table to a primary table from the data cache.
ViewsHandlerManager::getFallbackPluginId function core/modules/views/src/Plugin/ViewsHandlerManager.php Gets a fallback id for a missing plugin.
ViewsHandlerManager::getHandler function core/modules/views/src/Plugin/ViewsHandlerManager.php Fetches a handler from the data cache.
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() and its base information propagation.
ViewsHandlerManagerTest::testGetHandlerNoOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() without an override.
ViewsHandlerManagerTest::testGetHandlerOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() with an override.
ViewsLocalTask::getApplicableMenuViews function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Return a list of all views and display IDs that have a menu entry.
ViewsLocalTask::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Gets the definition of all derivatives of a base plugin.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a local task and a parent.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on no view with hook menu.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with without a local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view which overrides an existing route.
ViewsMenuLink::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Gets the definition of all derivatives of a base plugin.
ViewsMenuLink::getDescription function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the description of the menu link.
ViewsMenuLink::getTitle function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the localized title to be shown for this link.
ViewsPluginInterface::getAvailableGlobalTokens function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns an array of available token replacements.
ViewsPluginInterface::getProvider function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the plugin provider.
ViewsQueryAlter::getRevisionTableJoin function core/modules/workspaces/src/ViewsQueryAlter.php Fetches a join for a revision table using the workspace_association table.
ViewsSelection::getDisplayExecutionResults function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Fetches the results of executing the display.
ViewsSelection::getReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets the list of referenceable entities.
ViewsTest::providerTestGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php Data provider for testGetApplicableViews.
ViewsTest::testGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php @covers ::getApplicableViews[[api-linebreak]]
ViewsTest::testGetNonExistentView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method against a non-existent view.
ViewsTest::testGetView function core/modules/views/tests/src/Unit/ViewsTest.php Tests the getView() method.
ViewsTestCacheContext::getCacheableMetadata function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Gets the cacheability metadata for the context.
ViewsTestCacheContext::getContext function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Returns the string representation of the cache context.
ViewsTestCacheContext::getLabel function core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php Returns the label of the cache context.
ViewsTestCacheContextFilter::getCacheContexts function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php The cache contexts associated with this object.
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Returns a unique string identifying the form.
ViewsTestDataElementForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Returns a unique string identifying the form.
ViewsTestDataErrorForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Returns a unique string identifying the form.
ViewStorageTest class core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests the CRUD functionality for a view.
ViewStorageTest.php file core/modules/views/tests/src/Kernel/ViewStorageTest.php

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