EntityDisplayFormBase::getDisplayModesLink

abstract protected EntityDisplayFormBase::getDisplayModesLink() Returns a link to the form or view mode admin page. Return value array An array of a form element to be rendered as a link. File core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 801 Class EntityDisplayFormBase Base class for EntityDisplay edit forms. Namespace Drupal\field_ui\Form Code abstract protected function getDisplayModesLink();

Block::$category

The category in the admin UI where the block will be listed. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Block/Annotation/Block.php, line 39 Class Block Defines a Block annotation object. Namespace Drupal\Core\Block\Annotation Code public $category = '';

_batch_page

_batch_page(Request $request) Renders the batch processing page based on the current state of the batch. Parameters \Symfony\Component\HttpFoundation\Request $request: The current request object. See also _batch_shutdown() File core/includes/batch.inc, line 34 Batch processing API for processes to run in multiple HTTP requests. Code function _batch_page(Request $request) { $batch = &batch_get(); if (!($request_id = $request->query->get('id'))) { return FALSE; } // Re

CheckProvider::applies

protected CheckProvider::applies(Route $route) Determine which registered access checks apply to a route. Parameters \Symfony\Component\Routing\Route $route: The route to get list of access checks for. Return value array An array of service ids for the access checks that apply to passed route. File core/lib/Drupal/Core/Access/CheckProvider.php, line 124 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected function applies(Route $ro

Entity::__construct

public Entity::__construct(array $values, $entity_type) Constructs an Entity object. Parameters array $values: An array of values to set, keyed by property name. If the entity type has bundles, the bundle key has to be specified. string $entity_type: The type of the entity to create. File core/lib/Drupal/Core/Entity/Entity.php, line 58 Class Entity Defines a base entity class. Namespace Drupal\Core\Entity Code public function __construct(array $values, $entity_type) { $this->enti

SearchPageAddForm::actions

protected SearchPageAddForm::actions(array $form, FormStateInterface $form_state) Returns an array of supported actions for the current entity form. @todo Consider introducing a 'preview' action here, since it is used by many entity types. Overrides EntityForm::actions File core/modules/search/src/Form/SearchPageAddForm.php, line 25 Class SearchPageAddForm Provides a form for adding a search page. Namespace Drupal\search\Form Code protected function actions(array $form, FormStateInterf

ActionAddForm::__construct

public ActionAddForm::__construct(EntityStorageInterface $storage, ActionManager $action_manager) Constructs a new ActionAddForm. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The action storage. \Drupal\Core\Action\ActionManager $action_manager: The action plugin manager. Overrides ActionFormBase::__construct File core/modules/action/src/ActionAddForm.php, line 31 Class ActionAddForm Provides a form for action add forms. Namespace Drupal\action Code public function

EntityFieldManager::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 103 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code protected $moduleHandler;

MenuTreeStorage::$serializedFields

List of serialized fields. Type: array File core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 74 Class MenuTreeStorage Provides a menu tree storage using the database. Namespace Drupal\Core\Menu Code protected $serializedFields;

SiteConfigureForm::$countryManager

The country manager. Type: \Drupal\Core\Locale\CountryManagerInterface File core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php, line 51 Class SiteConfigureForm Provides the site configuration form. Namespace Drupal\Core\Installer\Form Code protected $countryManager;