Block::$id

The ID of the block. Type: string File core/modules/block/src/Entity/Block.php, line 59 Class Block Defines a Block configuration entity class. Namespace Drupal\block\Entity Code protected $id;

EntityTypeBundleInfoInterface::clearCachedBundles

public EntityTypeBundleInfoInterface::clearCachedBundles() Clears static and persistent bundles. File core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php, line 38 Class EntityTypeBundleInfoInterface Provides an interface for an entity type bundle info. Namespace Drupal\Core\Entity Code public function clearCachedBundles();

StackedRouteMatchInterface::getParentRouteMatch

public StackedRouteMatchInterface::getParentRouteMatch() Returns the parent route match of the current. Return value \Drupal\Core\Routing\RouteMatchInterface|null The parent route match or NULL, if it the master route match. File core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php, line 34 Class StackedRouteMatchInterface Defines an interface for a stack of route matches. Namespace Drupal\Core\Routing Code public function getParentRouteMatch();

Views::$handlerTypes

A static cache for handler types data. Type: array File core/modules/views/src/Views.php, line 22 Class Views Static service container wrapper for views. Namespace Drupal\views Code protected static $handlerTypes;

ImportForm

Form constructor for the translation import screen. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\locale\Form\ImportForm File core/modules/locale/src/Form/ImportForm.php, line 15 Namespace Drupal\locale\Form Members Name Modifiers Type Description DependencySerializationTr

StackedRouteMatchInterface::getCurrentRouteMatch

public StackedRouteMatchInterface::getCurrentRouteMatch() Gets the current route match. Return value \Drupal\Core\Routing\RouteMatchInterface File core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php, line 19 Class StackedRouteMatchInterface Defines an interface for a stack of route matches. Namespace Drupal\Core\Routing Code public function getCurrentRouteMatch();

ConfigEntityStorageInterface::getIDFromConfigName

public static ConfigEntityStorageInterface::getIDFromConfigName($config_name, $config_prefix) Extracts the configuration entity ID from the full configuration name. Parameters string $config_name: The full configuration name to extract the ID from; for example, 'views.view.archive'. string $config_prefix: The config prefix of the configuration entity; for example, 'views.view'. Return value string The ID of the configuration entity. File core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageI

RecursiveExtensionFilterIterator::accept

public RecursiveExtensionFilterIterator::accept() File core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php, line 129 Class RecursiveExtensionFilterIterator Filters a RecursiveDirectoryIterator to discover extensions. Namespace Drupal\Core\Extension\Discovery Code public function accept() { $name = $this->current()->getFilename(); // FilesystemIterator::SKIP_DOTS only skips '.' and '..', but not hidden // directories (like '.git'). if ($name[0] ==

SqlContentEntityStorageSchema::isTableEmpty

protected SqlContentEntityStorageSchema::isTableEmpty($table_name) Checks whether a database table is non-existent or empty. Empty tables can be dropped and recreated without data loss. Parameters string $table_name: The database table to check. Return value bool TRUE if the table is empty, FALSE otherwise. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1926 Class SqlContentEntityStorageSchema Defines a schema handler that supports revisionable, translatable

ConfigTranslationFormBase::$baseConfigData

An array of base language configuration data keyed by configuration names. Type: array File core/modules/config_translation/src/Form/ConfigTranslationFormBase.php, line 68 Class ConfigTranslationFormBase Provides a base form for configuration translations. Namespace Drupal\config_translation\Form Code protected $baseConfigData = array();