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
View::getDisplay function core/modules/views/src/Entity/View.php Retrieves a specific display's configuration by reference.
View::getExecutable function core/modules/views/src/Entity/View.php Gets an executable instance for this view.
View::getInfo function core/modules/views/src/Element/View.php Returns the element properties for this element.
ViewAjaxControllerTest::getCommands function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Gets the commands entry from the response object.
ViewAjaxResponse::getView function core/modules/views/src/Ajax/ViewAjaxResponse.php Gets the executed view of this response.
ViewEditForm::getDisplayDetails function core/modules/views_ui/src/ViewEditForm.php Helper function to get the display details section of the edit UI.
ViewEditForm::getDisplayTab function core/modules/views_ui/src/ViewEditForm.php Returns a renderable array representing the edit page for one display.
ViewEditForm::getFormBucket function core/modules/views_ui/src/ViewEditForm.php Add information about a section to a display.
ViewEntityDependenciesTest::testGetDependencies function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the getDependencies method.
ViewEntityInterface::getDisplay function core/modules/views/src/ViewEntityInterface.php Retrieves a specific display's configuration by reference.
ViewEntityInterface::getExecutable function core/modules/views/src/ViewEntityInterface.php Gets an executable instance for this view.
ViewExecutable::$exposed_widgets property core/modules/views/src/ViewExecutable.php The rendered output of the exposed form.
ViewExecutable::$get_total_rows property core/modules/views/src/ViewExecutable.php Force the query to calculate the total number of results.
ViewExecutable::getBaseEntityType function core/modules/views/src/ViewExecutable.php Returns the entity type of the base table, if available.
ViewExecutable::getBaseTables function core/modules/views/src/ViewExecutable.php Creates a list of base tables to be used by the view.
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.
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 @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithOverriddenUrl function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPathNoPlaceholders function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
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.

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