eZ\Bundle\EzPublishCoreBundle\Features\Context\BasicContentContext::mapContentPath PHP Method

mapContentPath() private method

Maps the path of the content to it's name for later use.
private mapContentPath ( $path )
    private function mapContentPath($path)
    {
        $contentNames = explode('/', $path);
        $this->contentPaths[end($contentNames)] = $path;
    }