for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file
* Contains \Drupal\DrupalExtension\Hook\Scope\AfterLanguageCreateScope.
*/
namespace Drupal\DrupalExtension\Hook\Scope;
* Represents a language hook scope.
final class AfterLanguageCreateScope extends LanguageScope {
* Return the scope name.
*
* @return string
public function getName() {
return self::AFTER;
}