RouteBuilder::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Routing/RouteBuilder.php, line 47 Class RouteBuilder Managing class for rebuilding the router table. Namespace Drupal\Core\Routing Code protected $moduleHandler;

FormStateDecoratorBase::setSubmitHandlers

public FormStateDecoratorBase::setSubmitHandlers(array $submit_handlers) Sets the submit handlers. Parameters array $submit_handlers: An array of submit handlers. Return value $this Overrides FormStateInterface::setSubmitHandlers File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 299 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function setSubmitHandlers(array $submit_handlers) { $this->decoratedFormState->setS

NodePreviewConverter::convert

public NodePreviewConverter::convert($value, $definition, $name, array $defaults) Converts path variables to their corresponding objects. Parameters mixed $value: The raw value. mixed $definition: The parameter definition provided in the route options. string $name: The name of the parameter. array $defaults: The route defaults array. Return value mixed|null The converted parameter value. Overrides ParamConverterInterface::convert File core/modules/node/src/ParamConverter/NodePreviewConverter

Schema::dropPrimaryKey

public Schema::dropPrimaryKey($table) Drop the primary key. Parameters $table: The table to be altered. Return value TRUE if the primary key was successfully dropped, FALSE if there was no primary key on this table to begin with. Overrides Schema::dropPrimaryKey File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 676 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function dropPrimaryKey($table

AccessManagerInterface

Provides an interface for attaching and running access check services. Hierarchy interface \Drupal\Core\Access\AccessManagerInterface File core/lib/Drupal/Core/Access/AccessManagerInterface.php, line 12 Namespace Drupal\Core\Access Members Name Modifiers Type Description AccessManagerInterface::check public function Checks a route against applicable access check services. AccessManagerInterface::checkNamedRoute public function Checks a named route with parameters

Comment::$threadLock

The thread for which a lock was acquired. File core/modules/comment/src/Entity/Comment.php, line 67 Class Comment Defines the comment entity class. Namespace Drupal\comment\Entity Code protected $threadLock = '';

Schema::$connection

The database connection. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Database/Schema.php, line 18 Class Schema Provides a base implementation for Database Schema. Namespace Drupal\Core\Database Code protected $connection;

NodeType::postDelete

public static NodeType::postDelete(EntityStorageInterface $storage, array $entities) Acts on deleted entities before the delete hook is invoked. Used after the entities are deleted but before invoking the delete hook. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. \Drupal\Core\Entity\EntityInterface[] $entities: An array of entities. Overrides ConfigEntityBundleBase::postDelete File core/modules/node/src/Entity/NodeType.php, line 201 Class NodeTy

Image::resize

public Image::resize($width, $height) Resizes an image to the given dimensions (ignoring aspect ratio). Parameters int $width: The target width, in pixels. int $height: The target height, in pixels. Return value bool TRUE on success, FALSE on failure. Overrides ImageInterface::resize File core/lib/Drupal/Core/Image/Image.php, line 177 Class Image Defines an image object to represent an image file. Namespace Drupal\Core\Image Code public function resize($width, $height) { return $th

ConfigManagerInterface::getConfigFactory

public ConfigManagerInterface::getConfigFactory() Gets the config factory. Return value \Drupal\Core\Config\ConfigFactoryInterface The entity manager. File core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 46 Class ConfigManagerInterface Provides an interface for configuration manager. Namespace Drupal\Core\Config Code public function getConfigFactory();