Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
ViewExecutable::getCacheTags function core/modules/views/src/ViewExecutable.php Gets the cache tags associated with the executed view.
ViewExecutable::getCurrentPage function core/modules/views/src/ViewExecutable.php Gets the current page from the pager.
ViewExecutable::getDependencies function core/modules/views/src/ViewExecutable.php Gets dependencies for the view.
ViewExecutable::getDisplay function core/modules/views/src/ViewExecutable.php Gets the current display plugin.
ViewExecutable::getExposedInput function core/modules/views/src/ViewExecutable.php Figures out what the exposed input for this view is.
ViewExecutable::getHandler function core/modules/views/src/ViewExecutable.php Gets the configuration of a handler instance on a given display.
ViewExecutable::getHandlers function core/modules/views/src/ViewExecutable.php Gets an array of handler instances for the current display.
ViewExecutable::getHandlerTypes function core/modules/views/src/ViewExecutable.php Provides a list of views handler types used in a view.
ViewExecutable::getItemsPerPage function core/modules/views/src/ViewExecutable.php Gets the items per page from the pager.
ViewExecutable::getOffset function core/modules/views/src/ViewExecutable.php Gets the pager offset from the pager.
ViewExecutable::getPager function core/modules/views/src/ViewExecutable.php Gets the current pager plugin.
ViewExecutable::getPath function core/modules/views/src/ViewExecutable.php Gets the base path used for this view.
ViewExecutable::getPluginTypes function core/modules/views/src/ViewExecutable.php Returns the valid types of plugins that can be used.
ViewExecutable::getQuery function core/modules/views/src/ViewExecutable.php Gets the current query plugin.
ViewExecutable::getRequest function core/modules/views/src/ViewExecutable.php Gets the request object.
ViewExecutable::getResponse function core/modules/views/src/ViewExecutable.php Gets the response object used by the view.
ViewExecutable::getShowAdminLinks function core/modules/views/src/ViewExecutable.php Returns whether admin links should be rendered on the view.
ViewExecutable::getStyle function core/modules/views/src/ViewExecutable.php Gets the current style plugin.
ViewExecutable::getTitle function core/modules/views/src/ViewExecutable.php Gets the view's current title.
ViewExecutable::getUrl function core/modules/views/src/ViewExecutable.php Gets the URL for the current view.
ViewExecutable::getUrlInfo function core/modules/views/src/ViewExecutable.php Gets the Url object associated with the display handler.
ViewExecutable::getUser function core/modules/views/src/ViewExecutable.php Gets the current user.
ViewExecutableFactory::get function core/modules/views/src/ViewExecutableFactory.php Instantiates a ViewExecutable class.
ViewExecutableFactoryTest::testGet function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php Tests the get method.
ViewExecutableFactoryTest::testGetNoRequest function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php Tests the get method when current request is null.
ViewExecutableTest::getProtectedProperty function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Returns a protected property from a class instance.
ViewExecutableTest::testGetHandlers function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlers().
ViewExecutableTest::testGetHandlerTypes function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlerTypes().
ViewExecutableTest::testGetUrlWithoutRouterDisplay function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url without router display.
ViewExecutableTest::testGetUrlWithOverriddenUrl function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with overridden url.
ViewExecutableTest::testGetUrlWithPathNoPlaceholders function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with path no placeholders.
ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with placeholders and args.
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with placeholders and without args.
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with placeholders and without args and exception value.
ViewFormBase::getDisplayLabel function core/modules/views_ui/src/ViewFormBase.php Placeholder function for overriding $display['display_title'].
ViewFormBase::getDisplayTabs function core/modules/views_ui/src/ViewFormBase.php Adds tabs for navigating across Displays when editing a View.
ViewListBuilder::getDefaultOperations function core/modules/views_ui/src/ViewListBuilder.php
ViewListBuilder::getDisplaysList function core/modules/views_ui/src/ViewListBuilder.php Gets a list of displays included in the view.
ViewMode::getIds function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewMode::getIds function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewModeBase::getViewModes function core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php Get a list of D6 view modes.
ViewPageController::getTitle function core/modules/views/src/Routing/ViewPageController.php Gets the title of the given view's display.
ViewResourceTestBase::getExpectedCacheContexts function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
ViewResourceTestBase::getExpectedNormalizedEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
ViewResourceTestBase::getNormalizedPostEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
views.view.test_field_get_entity.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml
views.view.test_field_get_entity_null.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity_null.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity_null.yml
views.view.test_get_attach_displays.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml
Views::getAllViews function core/modules/views/src/Views.php Returns an array of all views as fully loaded $view objects.
Views::getApplicableViews function core/modules/views/src/Views.php Gets view and display IDs for a given setting in display plugin settings.

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