LocalActionDefault

Provides a default implementation for local action plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Menu\LocalActionDefault implements CacheableDependencyInterface, LocalActionInterface, ContainerFactoryPluginInterface uses DependencySerializationTrait File core/lib/Drupal/Core/Menu/LocalActionDefault.php, line 18 Namespace Drupal\Core\Menu Members Name Modifiers Type Description

CommentTypeForm::form

public CommentTypeForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides EntityForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/comment/src/CommentTypeForm.php, line 69 Class CommentTypeForm Base form handler for comment type edit forms. Namespace Drupal\comment Code public function form(array $form, FormStateInterface $form_state) { $form = parent::form

system_help

system_help($route_name, RouteMatchInterface $route_match) Implements hook_help(). File core/modules/system/system.module, line 78 Configuration system that lets administrators modify the workings of the site. Code function system_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.system': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The System module is integral to the site: i

EntityConstraintViolationList

Implements an entity constraint violation list. Hierarchy class \Symfony\Component\Validator\ConstraintViolationList implements \IteratorAggregate, \Symfony\Component\Validator\ConstraintViolationListInterface class \Drupal\Core\Entity\EntityConstraintViolationList implements EntityConstraintViolationListInterface uses StringTranslationTrait File core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php, line 15 Namespace Drupal\Core\Entity Members Name Modifiers Type Descr

ImageStyleAddForm

Controller for image style addition forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\image\Form\ImageStyleFormBaseclass \Drupal\image\Form\ImageStyleAddForm File core/modules/image/src/Form/ImageStyleAddForm.php, li

UPDATE_FETCH_PENDING

We need to (re)fetch available update data for this project. File core/modules/update/update.module, line 64 Handles updates of Drupal core and contributed projects. Code const UPDATE_FETCH_PENDING = -4;

QuickEditFieldForm::create

public static QuickEditFieldForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The servi

MenuController

Defines a route controller for a form for menu link content entity creation. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\menu_link_content\Controller\MenuController File core/modules/menu_link_content/src/Controller/MenuController.php, line 11 Namespace Drupal\menu_link_content\Controller Members Name Modifie

EntityAutocompleteController::$matcher

The autocomplete matcher for entity references. Type: \Drupal\Core\Entity\EntityAutocompleteMatcher File core/modules/system/src/Controller/EntityAutocompleteController.php, line 27 Class EntityAutocompleteController Defines a route controller for entity autocomplete form elements. Namespace Drupal\system\Controller Code protected $matcher;

BookAdminEditForm::bookAdminTableTree

protected BookAdminEditForm::bookAdminTableTree(array $tree, array &$form) Helps build the main table in the book administration page form. Parameters array $tree: A subtree of the book menu hierarchy. array $form: The form that is being modified, passed by reference. See also self::buildForm() File core/modules/book/src/Form/BookAdminEditForm.php, line 198 Class BookAdminEditForm Provides a form for administering a single book's hierarchy. Namespace Drupal\book\Form Code protect