Search for view
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
View | class | core/ |
Provides a render element to display a view. |
View | class | core/ |
Defines a View configuration entity class. |
View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
View::$label | property | core/ |
The label of the view. |
View::$module | property | core/ |
The module implementing this view. |
View::$tag | property | core/ |
The "tags" of a view. |
View::$viewStorage | property | core/ |
The view storage. |
View::addCacheMetadata | function | core/ |
Fills in the cache metadata of this view. |
View::addDisplay | function | core/ |
Adds a new display handler to the view, automatically creating an ID. |
View::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
View::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
View::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
View::create | function | core/ |
Creates an instance of the plugin. |
View::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
View::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
View::duplicateDisplayAsType | function | core/ |
Duplicates an existing display into a new display type. |
View::generateDisplayId | function | core/ |
Generates a display ID of a certain plugin type. |
View::getDisplay | function | core/ |
Retrieves a specific display's configuration by reference. |
View::getExecutable | function | core/ |
Gets an executable instance for this view. |
View::getInfo | function | core/ |
Returns the element properties for this element. |
View::invalidateCaches | function | core/ |
Invalidates cache tags. |
View::isEmpty | function | core/ |
Does that area have nothing to show. |
View::isInstallable | function | core/ |
Checks whether this entity is installable. |
View::label | function | core/ |
Gets the label of the entity. |
View::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
View::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
View::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
View::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
View::postLoad | function | core/ |
Acts on loaded entities. |
View::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
View::preCreate | function | core/ |
Changes the values of an entity before it is created. |
View::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
View::preRenderViewElement | function | core/ |
View element pre render callback. |
View::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
View::render | function | core/ |
Render the area. |
View::__construct | function | core/ |
Constructs a View object. |
View::__sleep | function | core/ |
|
ViewAddForm | class | core/ |
Form controller for the Views add form. |
ViewAddForm.php | file | core/ |
|
ViewAddForm::$moduleHandler | property | core/ |
The module handler service. |
ViewAddForm::$wizardManager | property | core/ |
The wizard plugin manager. |
ViewAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
ViewAddForm::cancel | function | core/ |
Form submission handler for the 'cancel' action. |
ViewAddForm::create | function | core/ |
Instantiates a new instance of this class. |
ViewAddForm::form | function | core/ |
Gets the actual form array to be built. |
ViewAddForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
ViewAddForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
ViewAddForm::validateForm | function | core/ |
Form validation handler. |
ViewAddForm::__construct | function | core/ |
Constructs a new ViewAddForm object. |
ViewAjaxController | class | core/ |
Defines a controller to load a view via AJAX. |
ViewAjaxController.php | file | core/ |
|
ViewAjaxController::$currentPath | property | core/ |
The current path. |
ViewAjaxController::$executableFactory | property | core/ |
The factory to load a view executable with. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.