CacheFactoryInterface

An interface defining cache factory classes. Hierarchy interface \Drupal\Core\Cache\CacheFactoryInterface File core/lib/Drupal/Core/Cache/CacheFactoryInterface.php, line 8 Namespace Drupal\Core\Cache Members Name Modifiers Type Description CacheFactoryInterface::get public function Gets a cache backend class for a given cache bin.

DefaultTableMapping::getFieldNames

public DefaultTableMapping::getFieldNames($table_name) Gets a list of names for entity fields stored in the specified table. The return list is contains the entity field names, not database field (i.e. column) names. To get the mapping of specific entity field to database columns use ::getColumnNames(). Parameters string $table_name: The name of the table to return the field names for. Return value string[] An array of field names for the given table. Overrides TableMappingInterface::getField

ViewFormBase

Base form for Views forms. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\views_ui\ViewFormBase File core/modules/views_ui/src/ViewFormBase.php, line 13 Namespace Drupal\views_ui Members Name Modifiers Type D

BlockController

Controller routines for admin block routes. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\block\Controller\BlockController File core/modules/block/src/Controller/BlockController.php, line 14 Namespace Drupal\block\Controller Members Name Modifiers Type Description BlockController::$themeHandler protecte

ConfigTranslationEntityListBuilder

Defines the configuration translation list builder for entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilder implements ConfigTranslationEntityListBuilderInterface File core/modules/conf

Query

Defines the entity query for entities stored in a key value backend. Hierarchy class \Drupal\Core\Entity\Query\QueryBase implements QueryInterfaceclass \Drupal\Core\Entity\KeyValueStore\Query\Query File core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php, line 12 Namespace Drupal\Core\Entity\KeyValueStore\Query Members Name Modifiers Type Description Query::$keyValueFactory protected property The key value factory. Query::execute public function Execute th

ModuleHandler::getModule

public ModuleHandler::getModule($name) Returns a module extension object from the currently active modules list. Parameters string $name: The name of the module to return. Return value \Drupal\Core\Extension\Extension An extension object. Throws \InvalidArgumentException Thrown when the requested module does not exist. Overrides ModuleHandlerInterface::getModule File core/lib/Drupal/Core/Extension/ModuleHandler.php, line 171 Class ModuleHandler Class that manages modules in a Drupal ins

ImportForm::$file

Uploaded file entity. Type: \Drupal\file\Entity\File File core/modules/locale/src/Form/ImportForm.php, line 22 Class ImportForm Form constructor for the translation import screen. Namespace Drupal\locale\Form Code protected $file;

LinkGeneratorInterface::generate

public LinkGeneratorInterface::generate($text, Url $url) Renders a link to a URL. Examples: $link_generator = \Drupal::service('link_generator'); $installer_url = \Drupal\Core\Url::fromUri('base://core/install.php'); $installer_link = $link_generator->generate($text, $installer_url); $external_url = \Drupal\Core\Url::fromUri('http://example.com', ['query' => ['foo' => 'bar']]); $external_link = $link_generator->generate($text, $external_url); $internal_url = \Drupal\Core\Url::fromRo

_content_translation_form_language_content_settings_form_alter

_content_translation_form_language_content_settings_form_alter(array &$form, FormStateInterface $form_state) (proxied) Implements hook_form_FORM_ID_alter(). File core/modules/content_translation/content_translation.admin.inc, line 79 The content translation administration forms. Code function _content_translation_form_language_content_settings_form_alter(array &$form, FormStateInterface $form_state) { // Inject into the content language settings the translation settings if the //