Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewEntityInterface::getExecutable | function | core/ |
Gets an executable instance for this view. |
| ViewExecutable::$exposed_widgets | property | core/ |
The render array for the exposed form. |
| ViewExecutable::$get_total_rows | property | core/ |
Force the query to calculate the total number of results. |
| ViewExecutable::getBaseEntityType | function | core/ |
Returns the entity type of the base table, if available. |
| ViewExecutable::getBaseTables | function | core/ |
Creates a list of base tables to be used by the view. |
| ViewExecutable::getCacheTags | function | core/ |
Gets the cache tags associated with the executed view. |
| ViewExecutable::getCurrentPage | function | core/ |
Gets the current page from the pager. |
| ViewExecutable::getDependencies | function | core/ |
Gets dependencies for the view. |
| ViewExecutable::getDisplay | function | core/ |
Gets the current display plugin. |
| ViewExecutable::getExposedInput | function | core/ |
Figures out what the exposed input for this view is. |
| ViewExecutable::getHandler | function | core/ |
Gets the configuration of a handler instance on a given display. |
| ViewExecutable::getHandlers | function | core/ |
Gets an array of handler instances for the current display. |
| ViewExecutable::getHandlerTypes | function | core/ |
Provides a list of views handler types used in a view. |
| ViewExecutable::getItemsPerPage | function | core/ |
Gets the items per page from the pager. |
| ViewExecutable::getOffset | function | core/ |
Gets the pager offset from the pager. |
| ViewExecutable::getPager | function | core/ |
Gets the current pager plugin. |
| ViewExecutable::getPath | function | core/ |
Gets the base path used for this view. |
| ViewExecutable::getPluginTypes | function | core/ |
Returns the valid types of plugins that can be used. |
| ViewExecutable::getQuery | function | core/ |
Gets the current query plugin. |
| ViewExecutable::getRequest | function | core/ |
Gets the request object. |
| ViewExecutable::getResponse | function | core/ |
Gets the response object used by the view. |
| ViewExecutable::getShowAdminLinks | function | core/ |
Returns whether admin links should be rendered on the view. |
| ViewExecutable::getStyle | function | core/ |
Gets the current style plugin. |
| ViewExecutable::getTitle | function | core/ |
Gets the view's current title. |
| ViewExecutable::getUrl | function | core/ |
Gets the URL for the current view. |
| ViewExecutable::getUrlInfo | function | core/ |
Gets the Url object associated with the display handler. |
| ViewExecutable::getUser | function | core/ |
Gets the current user. |
| ViewExecutableFactory::get | function | core/ |
Instantiates a ViewExecutable class. |
| ViewExecutableFactoryTest::testGet | function | core/ |
Tests the get method. |
| ViewExecutableFactoryTest::testGetNoRequest | function | core/ |
Tests the get method when current request is null. |
| ViewExecutableTest::getProtectedProperty | function | core/ |
Returns a protected property from a class instance. |
| ViewExecutableTest::testGetHandlers | function | core/ |
Tests ViewExecutable::getHandlers(). |
| ViewExecutableTest::testGetHandlerTypes | function | core/ |
Tests ViewExecutable::getHandlerTypes(). |
| ViewExecutableTest::testGetUrlWithoutRouterDisplay | function | core/ |
Tests get url without router display. |
| ViewExecutableTest::testGetUrlWithOverriddenUrl | function | core/ |
Tests get url with overridden url. |
| ViewExecutableTest::testGetUrlWithPathNoPlaceholders | function | core/ |
Tests get url with path no placeholders. |
| ViewExecutableTest::testGetUrlWithPlaceholdersAndArgs | function | core/ |
Tests get url with placeholders and args. |
| ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs | function | core/ |
Tests get url with placeholders and without args. |
| ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue | function | core/ |
Tests get url with placeholders and without args and exception value. |
| ViewFormBase::getDisplayLabel | function | core/ |
Placeholder function for overriding $display['display_title']. |
| ViewFormBase::getDisplayTabs | function | core/ |
Adds tabs for navigating across Displays when editing a View. |
| ViewListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| ViewListBuilder::getDisplaysList | function | core/ |
Gets a list of displays included in the view. |
| ViewMode::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| ViewMode::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| ViewModeBase::getViewModes | function | core/ |
Get a list of D6 view modes. |
| ViewPageController::getTitle | function | core/ |
Gets the title of the given view's display. |
| ViewResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| ViewResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| views.view.test_field_get_entity.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml |
Pagination
- Previous page
- Page 228
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.