ViewListBuilder

Defines a class to build a listing of view entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\views_ui\ViewListBuilder See also \Drupal\views\Entity\View File core/modules/views_ui/src/ViewListBuilder.php, line 18 Namespace Drupal\views_ui M

AggregatorItemViewsData

Provides the views data for the aggregator item entity type. Hierarchy class \Drupal\views\EntityViewsData implements EntityHandlerInterface, EntityViewsDataInterface uses StringTranslationTraitclass \Drupal\aggregator\AggregatorItemViewsData File core/modules/aggregator/src/AggregatorItemViewsData.php, line 10 Namespace Drupal\aggregator Members Name Modifiers Type Description AggregatorItemViewsData::getViewsData public function Returns views data for the entity type.

UpdateSettingsForm::buildForm

public UpdateSettingsForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfigFormBase::buildForm File core/modules/update/src/UpdateSettingsForm.php, line 59 Class UpdateSettingsForm Configure update settings for this site. Namespace Drupal\update

locale_help

locale_help($route_name, RouteMatchInterface $route_match) Implements hook_help(). File core/modules/locale/locale.module, line 144 Enables the translation of the user interface to languages other than English. Code function locale_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.locale': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Interface Translation module allows you

PermissionHandler

Provides the available permissions based on yml files. To define permissions you can use a $module.permissions.yml file. This file defines machine names, human-readable names, restrict access (if required for security warning), and optionally descriptions for each permission type. The machine names are the canonical way to refer to permissions for access checking. If your module needs to define dynamic permissions you can use the permission_callbacks key to declare a callable that will return a

ResponsiveImageStyleListBuilder

Provides a listing of responsive image styles. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\responsive_image\ResponsiveImageStyleListBuilder File core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php, line 11 Namespace Drupal\respon

BookController

Controller routines for book routes. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\book\Controller\BookController File core/modules/book/src/Controller/BookController.php, line 19 Namespace Drupal\book\Controller Members Name Modifiers Type Description BookController::$bookExport protected property

LinkGeneratorInterface::generateFromLink

public LinkGeneratorInterface::generateFromLink(Link $link) Renders a link from a link object. @internal Should not be used in user code. Use \Drupal\Core\Link instead. Parameters \Drupal\Core\Link $link: A link object to convert to a string. Return value \Drupal\Core\GeneratedLink A GeneratedLink object containing a link to the given route and parameters and bubbleable metadata. File core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php, line 90 Class LinkGeneratorInterface Defines an

ModulesListExperimentalConfirmForm

Builds a confirmation form for enabling experimental modules. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\system\Form\ModulesListConfirmFormclass \Drupal\system\Form\ModulesListExperimentalConfirmForm File core/mo

FormatterInterface::viewElements

public FormatterInterface::viewElements(FieldItemListInterface $items, $langcode) Builds a renderable array for a field value. Parameters \Drupal\Core\Field\FieldItemListInterface $items: The field values to be rendered. string $langcode: The language that should be used to render the field. Return value array A renderable array for $items, as an array of child elements keyed by consecutive numeric indexes starting from 0. File core/lib/Drupal/Core/Field/FormatterInterface.php, line 88 Cla